Remove disposeInternal of ImageTile and reproj/Tile

This commit is contained in:
Andreas Hocevar
2020-01-05 00:13:05 +01:00
parent b91e1a893d
commit ae336f0a1b
2 changed files with 0 additions and 24 deletions
-10
View File
@@ -203,16 +203,6 @@ class ReprojTile extends Tile {
}
}
/**
* @inheritDoc
*/
disposeInternal() {
if (this.state == TileState.LOADING) {
this.unlistenSources_();
}
super.disposeInternal();
}
/**
* Get the HTML Canvas element for this tile.
* @return {HTMLCanvasElement} Canvas.