mirror of
https://github.com/polybar/polybar.git
synced 2026-02-18 14:45:23 +00:00
Remove CHECK event
Not used
This commit is contained in:
committed by
Patrick Ziegler
parent
c89fc7f73b
commit
ba341f584e
@ -357,8 +357,6 @@ void controller::process_eventqueue() {
|
||||
} else {
|
||||
on(signals::eventqueue::exit_terminate{});
|
||||
}
|
||||
} else if (evt.type == event_type::CHECK) {
|
||||
on(signals::eventqueue::check_state{});
|
||||
} else {
|
||||
m_log.warn("Unknown event type for enqueued event (%d)", evt.type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user