From 0b1d9bf25e8300e055d88bcba1ff2c4d5e78e123 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 17 Aug 2020 17:41:49 +0200 Subject: [PATCH] unused now --- src/domain/session/room/timeline/tiles/GapTile.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/domain/session/room/timeline/tiles/GapTile.js b/src/domain/session/room/timeline/tiles/GapTile.js index b9f5623f..0cfbb491 100644 --- a/src/domain/session/room/timeline/tiles/GapTile.js +++ b/src/domain/session/room/timeline/tiles/GapTile.js @@ -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";