From 5490e559a37b38f3d3b6e4712786b586c879276f Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 3 Aug 2025 08:24:32 +0200 Subject: [PATCH] Cleanup: remove stale comment This should have been removed in 8c574f888c0, where I renamed it back to 'gui' to fix a linter warning. --- pkg/gui/keybindings.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 98850cf2d..c966b148a 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -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()