1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00

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.
This commit is contained in:
Travis Ralston
2019-12-05 23:29:43 -07:00
parent ca0c393783
commit 8b492fdaa5

View File

@ -543,10 +543,6 @@ export default createReactClass({
});
},
_onShowRhsClick: function(ev) {
dis.dispatch({ action: 'show_right_panel' });
},
_onEditClick: function() {
this.setState({
editing: true,