mirror of https://github.com/vector-im/riot-web
Remove dead code from GroupView
This was for a caret that is no longer in the app. Instead, the header buttons act as a toggle.pull/21833/head
parent
ca0c393783
commit
8b492fdaa5
|
@ -543,10 +543,6 @@ export default createReactClass({
|
|||
});
|
||||
},
|
||||
|
||||
_onShowRhsClick: function(ev) {
|
||||
dis.dispatch({ action: 'show_right_panel' });
|
||||
},
|
||||
|
||||
_onEditClick: function() {
|
||||
this.setState({
|
||||
editing: true,
|
||||
|
|
Loading…
Reference in New Issue