From 7db43c23c9efd9bb2ec51fc156a5d3df2c60a93c Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 21 May 2006 13:50:28 +0000 Subject: [PATCH] since r206, controlDiv member var no longer needed git-svn-id: http://svn.openlayers.org/trunk/openlayers@223 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index d254f1e3aa..6bbe3dc40e 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -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,