remove unused local variable in BackBufferable:draw, no functional change
This commit is contained in:
@@ -62,8 +62,7 @@ OpenLayers.Tile.BackBufferable = OpenLayers.Class(OpenLayers.Tile, {
|
|||||||
* {Boolean} Was a tile drawn?
|
* {Boolean} Was a tile drawn?
|
||||||
*/
|
*/
|
||||||
draw: function() {
|
draw: function() {
|
||||||
var draw = OpenLayers.Tile.prototype.shouldDraw.apply(this, arguments),
|
var draw = OpenLayers.Tile.prototype.shouldDraw.apply(this, arguments);
|
||||||
backBufferMode = this.backBufferMode;
|
|
||||||
if (draw) {
|
if (draw) {
|
||||||
this.updateBackBuffer();
|
this.updateBackBuffer();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user