unused now

This commit is contained in:
Bruno Windels 2020-08-17 17:41:49 +02:00
parent 37597e2acb
commit 0b1d9bf25e

View file

@ -62,14 +62,6 @@ export class GapTile extends SimpleTile {
return this._loading;
}
get isUp() {
return this._entry.direction.isBackward;
}
get isDown() {
return this._entry.direction.isForward;
}
get error() {
if (this._error) {
const dir = this._entry.prev_batch ? "previous" : "next";