diff --git a/gui.go b/gui.go index c33fa44..d361afb 100644 --- a/gui.go +++ b/gui.go @@ -283,7 +283,6 @@ func (g *Gui) MainLoop() error { return err } } - return nil } // consumeevents handles the remaining events in the events pool.