mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-24 19:39:16 +02:00
Cleanup: remove stale comment
This should have been removed in 8c574f888c
, where I renamed it back to 'gui'
to fix a linter warning.
This commit is contained in:
@@ -75,7 +75,6 @@ func (gui *Gui) keybindingOpts() types.KeybindingsOpts {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// renaming receiver to 'self' to aid refactoring. Will probably end up moving all Gui handlers to this pattern eventually.
|
|
||||||
func (gui *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBinding) {
|
func (gui *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBinding) {
|
||||||
opts := gui.c.KeybindingsOpts()
|
opts := gui.c.KeybindingsOpts()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user