summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/sub_commits_context.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-06-05 17:45:16 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-06-23 11:43:12 +0200
commit08a8b067a5f1470d0b304d5a5884c47c76dbe8ed (patch)
treea59013aea3b6eee2f8df9e76878e25b63f8a6fc6 /pkg/gui/context/sub_commits_context.go
parent15b25b5afba329717a1ab608a3d17fb234bf1c3c (diff)
Cleanup: remove outdated comment
We do show the graph in the left/right view, as of b7673577a2.
Diffstat (limited to 'pkg/gui/context/sub_commits_context.go')
-rw-r--r--pkg/gui/context/sub_commits_context.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/gui/context/sub_commits_context.go b/pkg/gui/context/sub_commits_context.go
index c4f2e318e..736fb88b5 100644
--- a/pkg/gui/context/sub_commits_context.go
+++ b/pkg/gui/context/sub_commits_context.go
@@ -73,8 +73,6 @@ func NewSubCommitsContext(
selectedCommitHash,
startIdx,
endIdx,
- // Don't show the graph in the left/right view; we'd like to, but
- // it's too complicated:
shouldShowGraph(c),
git_commands.NewNullBisectInfo(),
false,