Remove additional line that doesn't do anything useful.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@509 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-05 13:52:24 +00:00
parent c9e6fbe3fa
commit 22d122d2ee

View File

@@ -24,7 +24,6 @@ OpenLayers.Control.MouseToolbar.prototype =
this.map.events.register( "mouseout", this, this.defaultMouseOut );
var sz = new OpenLayers.Size(18,18);
var centered = new OpenLayers.Pixel(100, 20);
this._addButton("zoombox", "west-mini.png", centered, sz);
this._addButton("zoombox", "west-mini.png", "east-mini.png", centered, sz);
return this.div;
},