From 8b492fdaa5470b3519d64565408a8956800d5ef1 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 5 Dec 2019 23:29:43 -0700 Subject: [PATCH] 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. --- src/components/structures/GroupView.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 65f8a832d7..3571e0e89a 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -543,10 +543,6 @@ export default createReactClass({ }); }, - _onShowRhsClick: function(ev) { - dis.dispatch({ action: 'show_right_panel' }); - }, - _onEditClick: function() { this.setState({ editing: true,