mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibCore: Remove unused methods from EventLoop
This commit is contained in:
committed by
Andrew Kaster
parent
37e1d6ece1
commit
e015a43b51
Notes:
github-actions[bot]
2025-01-30 22:35:42 +00:00
Author: https://github.com/LucasChollet Commit: https://github.com/LadybirdBrowser/ladybird/commit/e015a43b511 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3145 Reviewed-by: https://github.com/ADKaster ✅
@@ -42,9 +42,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:
|
||||
|
||||
Reference in New Issue
Block a user