mirror of https://github.com/vector-im/riot-web
Remove unused variable / function
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…
Reference in New Issue