mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
CEventLoop: Remove some no-longer-used virtuals.
This commit is contained in:
parent
98929ba715
commit
26c29e59ec
2 changed files with 2 additions and 14 deletions
|
@ -52,11 +52,6 @@ public:
|
|||
|
||||
static void wake();
|
||||
|
||||
protected:
|
||||
virtual void add_file_descriptors_for_select(fd_set&, int& max_fd) { UNUSED_PARAM(max_fd); }
|
||||
virtual void process_file_descriptors_after_select(const fd_set&) {}
|
||||
virtual void do_processing() {}
|
||||
|
||||
private:
|
||||
void wait_for_event(WaitMode);
|
||||
void get_next_timer_expiration(timeval&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue