summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-03-23 21:39:30 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-04-30 13:19:53 +1000
commit71753770ad6da851b6584b6868fd03a0dba6e5c8 (patch)
treebbcc190fc3ddbc4f6e466c5f415e03dc9ddad3fd /pkg/gui/keybindings.go
parent820b1e811d09fce5b0e578a7a304cca9c781d42a (diff)
move custom patch options menu action to controllers package
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 55dcaa715..31ab09667 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -143,13 +143,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi
},
{
ViewName: "",
- Key: opts.GetKey(opts.Config.Universal.CreatePatchOptionsMenu),
- Handler: self.handleCreatePatchOptionsMenu,
- Description: self.c.Tr.ViewPatchOptions,
- OpensMenu: true,
- },
- {
- ViewName: "",
Key: opts.GetKey(opts.Config.Universal.Refresh),
Handler: self.handleRefresh,
Description: self.c.Tr.LcRefresh,