1
0
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:
Stefan Haller
2025-08-03 08:24:32 +02:00
parent bb17072ed8
commit 5490e559a3

View File

@@ -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) {
opts := gui.c.KeybindingsOpts()