LibCore: Remove unused methods from EventLoop

This commit is contained in:
Lucas CHOLLET
2025-01-04 22:42:22 -05:00
committed by Andrew Kaster
parent 37e1d6ece1
commit e015a43b51
9 changed files with 1 additions and 89 deletions

View File

@@ -49,9 +49,6 @@ public:
virtual void wake() override;
virtual void unquit() override;
virtual bool was_exit_requested() const override;
virtual void notify_forked_and_in_child() override;
virtual void post_event(EventReceiver& receiver, NonnullOwnPtr<Event>&&) override;
private: