summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/gui_common.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/gui/gui_common.go b/pkg/gui/gui_common.go
index 5a9eb9214..dfed29c44 100644
--- a/pkg/gui/gui_common.go
+++ b/pkg/gui/gui_common.go
@@ -80,10 +80,6 @@ func (self *guiCommon) ActivateContext(context types.Context) error {
return self.gui.State.ContextMgr.ActivateContext(context, types.OnFocusOpts{})
}
-func (self *guiCommon) ActivateContext(context types.Context) error {
- return self.gui.activateContext(context, types.OnFocusOpts{})
-}
-
func (self *guiCommon) GetAppState() *config.AppState {
return self.gui.Config.GetAppState()
}