summaryrefslogtreecommitdiffstats
path: root/pkg/gui/list_context.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-19 22:59:44 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commit9ee779378250cea342aa946e20258ae401c12a33 (patch)
tree2b36247f6859df493050fe21101fac087f8139ce /pkg/gui/list_context.go
parentbc410d8e4ad1e105e1fd3f461642f10ba9d5f3e8 (diff)
remove comment
Diffstat (limited to 'pkg/gui/list_context.go')
-rw-r--r--pkg/gui/list_context.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/list_context.go b/pkg/gui/list_context.go
index 98e62cbc1..2d27fb078 100644
--- a/pkg/gui/list_context.go
+++ b/pkg/gui/list_context.go
@@ -317,7 +317,6 @@ func (gui *Gui) stashListContext() *ListContext {
RendersToMainView: true,
Kind: SIDE_CONTEXT,
GetDisplayStrings: func() [][]string {
- // TODO :see if we still need to reset the origin here
return presentation.GetStashEntryListDisplayStrings(gui.State.StashEntries, gui.State.Diff.Ref)
},
}