mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +00:00
LibCore: Remove unused EventLoop::is_main_event_loop()
This commit is contained in:
parent
0bf56e6b40
commit
9e2a619fdc
1 changed files with 0 additions and 5 deletions
|
@ -425,11 +425,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
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;
|
EventLoop& m_event_loop;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue