From 364e7d754600da7e491963c9afe0b0e146c3e8d8 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 5 Jul 2007 13:36:38 +0000 Subject: [PATCH] remove unused local var. fixed #801. thanks eric l. git-svn-id: http://svn.openlayers.org/trunk/openlayers@3581 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Feature.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/OpenLayers/Feature.js b/lib/OpenLayers/Feature.js index 4131fcdf98..f0d28679f9 100644 --- a/lib/OpenLayers/Feature.js +++ b/lib/OpenLayers/Feature.js @@ -139,8 +139,6 @@ OpenLayers.Feature.prototype= { */ createMarker: function() { - var marker = null; - if (this.lonlat != null) { this.marker = new OpenLayers.Marker(this.lonlat, this.data.icon); }