remove unneeded destroy and initialize function. r=ahocevar (pullup #3341)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12050 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-06-06 11:02:11 +00:00
parent d62bacfed3
commit dfa86d3c20
4 changed files with 0 additions and 32 deletions

View File

@@ -66,13 +66,6 @@ OpenLayers.Renderer.SVG = OpenLayers.Class(OpenLayers.Renderer.Elements, {
this.symbolMetrics = {};
},
/**
* APIMethod: destroy
*/
destroy: function() {
OpenLayers.Renderer.Elements.prototype.destroy.apply(this, arguments);
},
/**
* APIMethod: supported
*