diff options
Diffstat (limited to 'Libraries/LibGUI/GEventLoop.h')
-rw-r--r-- | Libraries/LibGUI/GEventLoop.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Libraries/LibGUI/GEventLoop.h b/Libraries/LibGUI/GEventLoop.h index 8171300216..522dcb9bcd 100644 --- a/Libraries/LibGUI/GEventLoop.h +++ b/Libraries/LibGUI/GEventLoop.h @@ -33,14 +33,3 @@ private: void handle_wm_event(const WSAPI_ServerMessage&, GWindow&); void handle_greeting(WSAPI_ServerMessage&); }; - -class GEventLoop final : public CEventLoop { -public: - GEventLoop(); - virtual ~GEventLoop() override; - - static GEventLoop& current() { return static_cast<GEventLoop&>(CEventLoop::current()); } - -private: - void process_unprocessed_bundles(); -}; |