remove unused local var. fixed #801. thanks eric l.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3581 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-05 13:36:38 +00:00
parent cbc0e3817a
commit 364e7d7546

View File

@@ -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);
}