diff options
Diffstat (limited to 'Swiften/EventLoop/EventLoop.cpp')
-rw-r--r-- | Swiften/EventLoop/EventLoop.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Swiften/EventLoop/EventLoop.cpp b/Swiften/EventLoop/EventLoop.cpp index 2e9e021..f787e73 100644 --- a/Swiften/EventLoop/EventLoop.cpp +++ b/Swiften/EventLoop/EventLoop.cpp @@ -10,16 +10,12 @@ #include <boost/bind.hpp> #include <iostream> -#include "Swiften/EventLoop/MainEventLoop.h" - namespace Swift { EventLoop::EventLoop() : nextEventID_(0), handlingEvents_(false) { - MainEventLoop::setInstance(this); } EventLoop::~EventLoop() { - MainEventLoop::resetInstance(); } void EventLoop::handleEvent(const Event& event) { |