summaryrefslogtreecommitdiff
path: root/plugingui
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui')
-rw-r--r--plugingui/eventhandler.cc1
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: