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
-10
View File
@@ -32,16 +32,6 @@ OpenLayers.Renderer.NG = OpenLayers.Class(OpenLayers.Renderer.Elements, {
* * zIndexing - {Boolean} Whether to use z-indexing. Will be ignored
* if yOrdering is set to true.
*/
initialize: function(containerID, options) {
OpenLayers.Renderer.Elements.prototype.initialize.apply(this, arguments);
},
/**
* Method: destroy
*/
destroy: function() {
OpenLayers.Renderer.Elements.prototype.destroy.apply(this, arguments);
},
/**
* Method: updateDimensions