mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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.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);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user