Remove unused private variable

This commit is contained in:
Frederic Junod
2017-01-10 08:50:39 +01:00
parent 6e4aa39e9d
commit 01e161e19f

View File

@@ -52,12 +52,6 @@ ol.renderer.canvas.TileLayer = function(tileLayer) {
*/
this.tmpExtent = ol.extent.createEmpty();
/**
* @private
* @type {ol.TileCoord}
*/
this.tmpTileCoord_ = [0, 0, 0];
/**
* @private
* @type {ol.TileRange}