mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
LibCore: Remove unused EventLoop::is_main_event_loop()
This commit is contained in:
parent
0bf56e6b40
commit
9e2a619fdc
Notes:
sideshowbarker
2024-07-17 11:30:14 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/9e2a619fdc Pull-request: https://github.com/SerenityOS/serenity/pull/13784 Reviewed-by: https://github.com/linusg
1 changed files with 0 additions and 5 deletions
|
@ -425,11 +425,6 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
bool is_main_event_loop()
|
||||
{
|
||||
return s_main_event_loop.with_locked([this](auto* main_event_loop) { return &m_event_loop == main_event_loop; });
|
||||
}
|
||||
|
||||
EventLoop& m_event_loop;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue