Grid.js no longer uses the 'newGrid' variable.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-08-09 13:39:10 +00:00
parent 7a3f9b8444
commit fb3ff32919

View File

@@ -216,7 +216,6 @@ OpenLayers.Layer.Grid.prototype =
var startX = tileoffsetx; var startX = tileoffsetx;
var startLon = tileoffsetlon; var startLon = tileoffsetlon;
var newGrid = (this.grid.length == 0);
var rowidx = 0; var rowidx = 0;
do { do {