mirror of
https://github.com/RGBCube/serenity
synced 2025-06-02 18:28:10 +00:00
LibCore: Remove unused cruft in EventLoop.h
This commit is contained in:
parent
7b963e1e98
commit
e66313e536
1 changed files with 0 additions and 8 deletions
|
@ -94,17 +94,9 @@ public:
|
||||||
|
|
||||||
static EventLoop& current();
|
static EventLoop& current();
|
||||||
|
|
||||||
void did_post_event(Badge<ThreadEventQueue>);
|
|
||||||
EventLoopImplementation& impl() { return *m_impl; }
|
EventLoopImplementation& impl() { return *m_impl; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void wait_for_event(WaitMode);
|
|
||||||
Optional<Time> get_next_timer_expiration();
|
|
||||||
static void dispatch_signal(int);
|
|
||||||
static void handle_signal(int);
|
|
||||||
|
|
||||||
static pid_t s_pid;
|
|
||||||
|
|
||||||
NonnullOwnPtr<EventLoopImplementation> m_impl;
|
NonnullOwnPtr<EventLoopImplementation> m_impl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue