mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
LibCore: Remove unused EventLoopManager::wake()
Only EventLoopImplementation needs to know how to wake up.
This commit is contained in:
parent
12c73915dc
commit
f61947fa9e
5 changed files with 0 additions and 16 deletions
|
@ -30,8 +30,6 @@ public:
|
|||
|
||||
virtual void did_post_event() override;
|
||||
|
||||
virtual void wake() override;
|
||||
|
||||
// FIXME: These APIs only exist for obscure use-cases inside SerenityOS. Try to get rid of them.
|
||||
virtual int register_signal(int, Function<void(int)>) override { return 0; }
|
||||
virtual void unregister_signal(int) override { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue