diff --git a/lib/OpenLayers/Tile/Image.js b/lib/OpenLayers/Tile/Image.js index 44ccee5818..7618b79ee5 100644 --- a/lib/OpenLayers/Tile/Image.js +++ b/lib/OpenLayers/Tile/Image.js @@ -39,13 +39,6 @@ OpenLayers.Tile.Image.prototype = this.position = pixel; } }, - - /** - * @type OpenLayers.Pixel - */ - getPosition: function() { - return this.position; - }, /** @final @type String */ CLASS_NAME: "OpenLayers.Tile.Image" diff --git a/lib/OpenLayers/Tile/WFS.js b/lib/OpenLayers/Tile/WFS.js index 65c13c4357..992035bedb 100644 --- a/lib/OpenLayers/Tile/WFS.js +++ b/lib/OpenLayers/Tile/WFS.js @@ -28,13 +28,6 @@ OpenLayers.Tile.WFS.prototype = setPosition:function(pixel) { this.position = pixel; }, - - /** - * @type OpenLayers.Pixel - */ - getPosition: function() { - return this.position; - }, /** @final @type String */ CLASS_NAME: "OpenLayers.Tile.WFS"