aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/EventDispatcher.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/EventDispatcher.cpp b/common/EventDispatcher.cpp
index b81db6ff19..5c8a9a3119 100644
--- a/common/EventDispatcher.cpp
+++ b/common/EventDispatcher.cpp
@@ -76,8 +76,6 @@ void EventDispatcher::clearEvents() {
for (List<SourceEntry>::iterator i = _sources.begin(); i != _sources.end(); ++i) {
while (i->source->pollEvent(event)) {}
}
-
- List<Event> delayedEvents = _mapper->getDelayedEvents();
}