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() }