Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove dead code from GroupView
Browse files Browse the repository at this point in the history
This was for a caret that is no longer in the app. Instead, the header buttons act as a toggle.
  • Loading branch information
turt2live committed Dec 6, 2019
1 parent ca0c393 commit 8b492fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/structures/GroupView.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,6 @@ export default createReactClass({
});
},

_onShowRhsClick: function(ev) {
dis.dispatch({ action: 'show_right_panel' });
},

_onEditClick: function() {
this.setState({
editing: true,
Expand Down

0 comments on commit 8b492fd

Please sign in to comment.