mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
controller: Remove m_process_events field
This commit is contained in:
parent
75ff5c3b14
commit
ba50bf0bc6
2 changed files with 0 additions and 6 deletions
|
@ -103,11 +103,6 @@ class controller
|
|||
*/
|
||||
std::unique_ptr<uv_async_t> m_notifier{nullptr};
|
||||
|
||||
/**
|
||||
* \brief State flag
|
||||
*/
|
||||
std::atomic<bool> m_process_events{false};
|
||||
|
||||
/**
|
||||
* \brief Destination path of generated snapshot
|
||||
*/
|
||||
|
|
|
@ -703,7 +703,6 @@ bool controller::on(const signals::eventqueue::check_state&) {
|
|||
* Process ui ready event
|
||||
*/
|
||||
bool controller::on(const signals::ui::ready&) {
|
||||
m_process_events = true;
|
||||
trigger_update(true);
|
||||
|
||||
if (!m_snapshot_dst.empty()) {
|
||||
|
|
Loading…
Reference in a new issue