Remove unneeded initialize functions

This commit is contained in:
fredj
2011-11-23 16:23:19 +01:00
parent 598ef62cea
commit 3252fb134d
12 changed files with 1 additions and 51 deletions

View File

@@ -26,9 +26,6 @@ OpenLayers.Format.ArcXML.Features = OpenLayers.Class(OpenLayers.Format.XML, {
* options - {Object} An optional object whose properties will be set on
* this instance.
*/
initialize: function(options) {
OpenLayers.Format.XML.prototype.initialize.apply(this, [options]);
},
/**
* APIMethod: read