summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-11 19:00:41 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-05-11 19:00:41 +1000
commit007b406b14c10ad049e0633a7eba0d20b8259f17 (patch)
tree4808919513138a55b66957cdaed877c75f577bfa /pkg
parent2b30085dba4c8002e234026294e7b29f1ed17811 (diff)
remove duplicate method
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()
}