diff --git a/Userland/Libraries/LibCore/EventLoop.h b/Userland/Libraries/LibCore/EventLoop.h index e79ec3c2ad..4d09340091 100644 --- a/Userland/Libraries/LibCore/EventLoop.h +++ b/Userland/Libraries/LibCore/EventLoop.h @@ -94,17 +94,9 @@ public: static EventLoop& current(); - void did_post_event(Badge); EventLoopImplementation& impl() { return *m_impl; } private: - void wait_for_event(WaitMode); - Optional