bubble up more common functionality. no need for multiple accessors

git-svn-id: http://svn.openlayers.org/trunk/openlayers@167 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-18 19:16:38 +00:00
parent 27d2ac30d3
commit b7e043df92
2 changed files with 0 additions and 14 deletions

View File

@@ -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"