mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 04:31:10 +02:00
Remove unused variable / function
This commit is contained in:
parent
51a5542446
commit
dc0b15bdfa
@ -68,7 +68,6 @@ module.exports = React.createClass({
|
|||||||
this.filterString = null;
|
this.filterString = null;
|
||||||
this.filterTimeout = null;
|
this.filterTimeout = null;
|
||||||
this.scrollPanel = null;
|
this.scrollPanel = null;
|
||||||
this.searchBox = null;
|
|
||||||
|
|
||||||
// dis.dispatch({
|
// dis.dispatch({
|
||||||
// action: 'ui_opacity',
|
// action: 'ui_opacity',
|
||||||
@ -245,10 +244,6 @@ module.exports = React.createClass({
|
|||||||
this.showRoomAlias(alias);
|
this.showRoomAlias(alias);
|
||||||
},
|
},
|
||||||
|
|
||||||
collectSearchBox: function(e) {
|
|
||||||
this.searchBox = e;
|
|
||||||
},
|
|
||||||
|
|
||||||
showRoomAlias: function(alias) {
|
showRoomAlias: function(alias) {
|
||||||
this.showRoom(null, alias);
|
this.showRoom(null, alias);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user