diff options
| -rw-r--r-- | plugingui/eventhandler.cc | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/plugingui/eventhandler.cc b/plugingui/eventhandler.cc index 4200d49..696b242 100644 --- a/plugingui/eventhandler.cc +++ b/plugingui/eventhandler.cc @@ -88,7 +88,6 @@ void EventHandler::processEvents()  		switch(event->type()) {  		case EventType::repaint: -			window.redraw();  			break;  		case EventType::move: | 
