since r206, controlDiv member var no longer needed

git-svn-id: http://svn.openlayers.org/trunk/openlayers@223 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-21 13:50:28 +00:00
parent 6dd191c86f
commit 7db43c23c9

View File

@@ -30,9 +30,6 @@ OpenLayers.Map.prototype = {
// DOMElement: the div that our map lives in
div: null,
// HTMLDivElement: the map's control layer
controlDiv: null,
// HTMLDivElement: the map's view port
viewPortDiv: null,