Remove unnecessary initialize functions (only calls the parent).

This commit is contained in:
fredj
2011-12-09 10:52:27 +01:00
parent 8062f70e1b
commit f627071274
2 changed files with 0 additions and 6 deletions

View File

@@ -44,9 +44,6 @@ OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, {
* options - {Object} Optional object with properties to tag onto the
* instance.
*/
initialize: function(name, options) {
OpenLayers.Layer.Vector.prototype.initialize.apply(this, arguments);
},
/**
* APIMethod: addNodes