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:
parent
ca0c393783
commit
8b492fdaa5
1 changed files with 0 additions and 4 deletions
|
@ -543,10 +543,6 @@ export default createReactClass({
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
_onShowRhsClick: function(ev) {
|
|
||||||
dis.dispatch({ action: 'show_right_panel' });
|
|
||||||
},
|
|
||||||
|
|
||||||
_onEditClick: function() {
|
_onEditClick: function() {
|
||||||
this.setState({
|
this.setState({
|
||||||
editing: true,
|
editing: true,
|
||||||
|
|
Loading…
Reference in a new issue