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

@@ -86,9 +86,6 @@ OpenLayers.Format.SLD.v1 = OpenLayers.Class(OpenLayers.Format.Filter.v1_0_0, {
* options - {Object} An optional object whose properties will be set on
* this instance.
*/
initialize: function(options) {
OpenLayers.Format.Filter.v1_0_0.prototype.initialize.apply(this, [options]);
},
/**
* Method: read
@@ -1105,4 +1102,4 @@ OpenLayers.Format.SLD.v1 = OpenLayers.Class(OpenLayers.Format.Filter.v1_0_0, {
CLASS_NAME: "OpenLayers.Format.SLD.v1"
});
});