mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibCore: Remove unused methods from EventLoop
This commit is contained in:
committed by
Andrew Kaster
parent
37e1d6ece1
commit
e015a43b51
@@ -41,11 +41,6 @@ public:
|
||||
virtual void wake() override;
|
||||
virtual void post_event(Core::EventReceiver& receiver, NonnullOwnPtr<Core::Event>&&) override;
|
||||
|
||||
// FIXME: These APIs only exist for obscure use-cases inside SerenityOS. Try to get rid of them.
|
||||
virtual void unquit() override { }
|
||||
virtual bool was_exit_requested() const override { return false; }
|
||||
virtual void notify_forked_and_in_child() override { }
|
||||
|
||||
private:
|
||||
EventLoopImplementationMacOS() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user