diff --git a/src/ol/tilegrid/tilegrid.js b/src/ol/tilegrid/tilegrid.js index 86ae3229a4..7b65dd5cdb 100644 --- a/src/ol/tilegrid/tilegrid.js +++ b/src/ol/tilegrid/tilegrid.js @@ -42,13 +42,6 @@ ol.tilegrid.TileGrid = function(tileGridOptions) { */ this.numResolutions_ = this.resolutions_.length; - /** - * @private - * @type {ol.Extent} - */ - this.extent_ = goog.isDef(tileGridOptions.extent) ? - tileGridOptions.extent : null; - /** * @private * @type {ol.Coordinate} @@ -98,14 +91,6 @@ ol.tilegrid.TileGrid.prototype.forEachTileCoordParentTileRange = }; -/** - * @return {ol.Extent} Extent. - */ -ol.tilegrid.TileGrid.prototype.getExtent = function() { - return this.extent_; -}; - - /** * @param {number} z Z. * @return {ol.Coordinate} Origin.