remove unused 'events' property from Feature (Closes #922)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4045 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-08-27 08:30:59 +00:00
parent ab40f522c9
commit ea31ec076b

View File

@@ -13,12 +13,6 @@
*/
OpenLayers.Feature = OpenLayers.Class({
/**
* Property: events
* {<OpenLayers.Events>}
*/
events: null,
/**
* Property: layer
* {<OpenLayers.Layer>}
@@ -87,11 +81,6 @@ OpenLayers.Feature = OpenLayers.Class({
}
}
if (this.events) {
this.events.destroy();
}
this.events = null;
this.layer = null;
this.id = null;
this.lonlat = null;