Remove unused argument and member

This commit is contained in:
Andreas Hocevar
2020-01-05 11:54:01 +01:00
parent 6affeb0beb
commit bec747e513
3 changed files with 3 additions and 12 deletions

View File

@@ -407,7 +407,6 @@ class VectorTile extends UrlTile {
tileCoord,
empty ? TileState.EMPTY : TileState.IDLE,
urlTileCoord,
this.tileGrid,
this.getSourceTiles.bind(this, pixelRatio, projection));
newTile.key = key;