mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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
Notes:
sideshowbarker
2024-07-17 02:22:23 +09:00
Author: https://github.com/awesomekling
Commit: f61947fa9e
Pull-request: https://github.com/SerenityOS/serenity/pull/18521
Reviewed-by: https://github.com/trflynn89 ✅
5 changed files with 0 additions and 16 deletions
|
@ -35,8 +35,6 @@ public:
|
|||
virtual int register_signal(int signal_number, Function<void(int)> handler) = 0;
|
||||
virtual void unregister_signal(int handler_id) = 0;
|
||||
|
||||
virtual void wake() = 0;
|
||||
|
||||
protected:
|
||||
EventLoopManager();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue