From dc0b15bdfad90e7209c2e7b58d42d02c324e74ff Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 26 Sep 2016 14:17:36 +0100 Subject: [PATCH] Remove unused variable / function --- src/components/structures/RoomDirectory.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/structures/RoomDirectory.js b/src/components/structures/RoomDirectory.js index 152624dd9b..53ec5d2d85 100644 --- a/src/components/structures/RoomDirectory.js +++ b/src/components/structures/RoomDirectory.js @@ -68,7 +68,6 @@ module.exports = React.createClass({ this.filterString = null; this.filterTimeout = null; this.scrollPanel = null; - this.searchBox = null; // dis.dispatch({ // action: 'ui_opacity', @@ -245,10 +244,6 @@ module.exports = React.createClass({ this.showRoomAlias(alias); }, - collectSearchBox: function(e) { - this.searchBox = e; - }, - showRoomAlias: function(alias) { this.showRoom(null, alias); },