Skip to content

Commit 03bca5a

Browse files
committed
Cleanup: remove stale comment
This should have been removed in 8c574f8, where I renamed it back to 'gui' to fix a linter warning.
1 parent dcb0a0f commit 03bca5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/gui/keybindings.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ func (gui *Gui) keybindingOpts() types.KeybindingsOpts {
7575
}
7676
}
7777

78-
// renaming receiver to 'self' to aid refactoring. Will probably end up moving all Gui handlers to this pattern eventually.
7978
func (gui *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBinding) {
8079
opts := gui.c.KeybindingsOpts()
8180

0 commit comments

Comments
 (0)