no reason to override Popup's destroy() if nothing new is being destroyed

git-svn-id: http://svn.openlayers.org/trunk/openlayers@341 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-25 00:39:44 +00:00
parent 48abf71cea
commit 43e218c969

View File

@@ -32,13 +32,6 @@ OpenLayers.Popup.Anchored.prototype =
},
/**
*/
destroy: function() {
OpenLayers.Popup.prototype.destroy.apply(this, arguments);
},
/**
* @param {OpenLayers.Pixel} px
*