diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go index 6d2c613..e923f2d 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -124,7 +124,6 @@ func doPanic(g *gocui.Gui, v *gocui.View) error { log.Log(GOCUI, "do panic() here") standardClose() panic("forced panic in gocui") - return nil } func dumpWidgets(g *gocui.Gui, v *gocui.View) error { |
