From aaa0555b7a130a4e870f46a72fdd0f0ad6170021 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 30 Jun 2006 01:07:02 +0000 Subject: [PATCH] the case is never closed, and the sun never sets. this is old code that is no longer used. git-svn-id: http://svn.openlayers.org/trunk/openlayers@835 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index 9ea219534b..5c72f4d3e3 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -95,13 +95,6 @@ OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), { */ loadGMap:function() { - // create div and set to same size as map - var gDiv = OpenLayers.Util.createDiv(this.name); - var sz = this.map.getSize(); - gDiv.style.width = sz.w; - gDiv.style.height = sz.h; - this.div.appendChild(gDiv); - // create GMap, hide nav controls this.gmap = new GMap2(this.div);