removing unused _bounds member variable. non-functinal change.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11215 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-02-22 09:06:50 +00:00
parent c852abad61
commit bc81882a8e
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -195,7 +195,7 @@
};
layer._moveGriddedTiles = function() {
g_WhichFunc = "MoveGridded";
g_Bounds = layer._bounds;
g_Bounds = layer.map.getExtent();
};
var clearTestBounds = function() {
g_WhichFunc = null;