summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-23 09:42:30 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commited85ea69bd74d2914b8224c83d481e43179e7699 (patch)
tree11f95d8b745d9d64bab2aaf277d14cbec7e7ec49 /pkg/gui/gui.go
parent953298de7443570b1cef4ac091d8186d7417e2d3 (diff)
cleanup of list context file
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 155197752..c4d0bdf25 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -186,7 +186,7 @@ type stashPanelState struct {
type menuPanelState struct {
listPanelState
- OnPress func(g *gocui.Gui, v *gocui.View) error
+ OnPress func() error
}
type commitFilesPanelState struct {