From 8c49240a0331a6fcecc77706198ba815fecc20b7 Mon Sep 17 00:00:00 2001 From: Roi Martin Date: Tue, 17 May 2016 22:42:36 +0200 Subject: [PATCH] Remove unreachable code --- gui.go | 1 - 1 file changed, 1 deletion(-) 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.