Remove unreachable code

This commit is contained in:
Roi Martin 2016-05-17 22:42:36 +02:00
parent 0707386452
commit 8c49240a03

1
gui.go
View File

@ -283,7 +283,6 @@ func (g *Gui) MainLoop() error {
return err
}
}
return nil
}
// consumeevents handles the remaining events in the events pool.