From 8f4bf49aff22059e4c9c8cc2e734bd1c39342918 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 16 Nov 2025 12:54:14 +0100 Subject: [PATCH] Cleanup: remove unused field --- pkg/gui/gui.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 2727df3c4..3610c9c23 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -233,7 +233,6 @@ type GuiRepoState struct { Modes *types.Modes SplitMainPanel bool - LimitCommits bool SearchState *types.SearchState StartupStage types.StartupStage // Allows us to not load everything at once