diff --git a/lib/OpenLayers/Tile/Image.js b/lib/OpenLayers/Tile/Image.js index 686a04fb8e..f6280a29d6 100644 --- a/lib/OpenLayers/Tile/Image.js +++ b/lib/OpenLayers/Tile/Image.js @@ -32,7 +32,6 @@ OpenLayers.Tile.Image.prototype = /** */ draw:function() { - OpenLayers.Tile.prototype.draw.apply(this, arguments); this.img = OpenLayers.Util.createImage(null, this.position, this.size, diff --git a/lib/OpenLayers/Tile/WFS.js b/lib/OpenLayers/Tile/WFS.js index 5b761ffcf3..98b6c46abe 100644 --- a/lib/OpenLayers/Tile/WFS.js +++ b/lib/OpenLayers/Tile/WFS.js @@ -38,7 +38,6 @@ OpenLayers.Tile.WFS.prototype = /** */ draw:function() { - OpenLayers.Tile.prototype.draw.apply(this, arguments); this.loadFeaturesForRegion(this.requestSuccess); },