From 43e218c9690dd32268f6266ba0fe6705380b3605 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 25 May 2006 00:39:44 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Popup/Anchored.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/OpenLayers/Popup/Anchored.js b/lib/OpenLayers/Popup/Anchored.js index af54d8b8bc..71d8ec5289 100644 --- a/lib/OpenLayers/Popup/Anchored.js +++ b/lib/OpenLayers/Popup/Anchored.js @@ -32,13 +32,6 @@ OpenLayers.Popup.Anchored.prototype = }, - /** - */ - destroy: function() { - OpenLayers.Popup.prototype.destroy.apply(this, arguments); - }, - - /** * @param {OpenLayers.Pixel} px *