From 71753770ad6da851b6584b6868fd03a0dba6e5c8 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 23 Mar 2023 21:39:30 +1100 Subject: move custom patch options menu action to controllers package --- pkg/gui/keybindings.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pkg/gui/keybindings.go') 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 @@ -141,13 +141,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi Description: self.c.Tr.ViewMergeRebaseOptions, OpensMenu: true, }, - { - 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), -- cgit v1.2.3