controller: Remove m_process_events field
This commit is contained in:
parent
75ff5c3b14
commit
ba50bf0bc6
@ -103,11 +103,6 @@ class controller
|
|||||||
*/
|
*/
|
||||||
std::unique_ptr<uv_async_t> m_notifier{nullptr};
|
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
|
* \brief Destination path of generated snapshot
|
||||||
*/
|
*/
|
||||||
|
@ -703,7 +703,6 @@ bool controller::on(const signals::eventqueue::check_state&) {
|
|||||||
* Process ui ready event
|
* Process ui ready event
|
||||||
*/
|
*/
|
||||||
bool controller::on(const signals::ui::ready&) {
|
bool controller::on(const signals::ui::ready&) {
|
||||||
m_process_events = true;
|
|
||||||
trigger_update(true);
|
trigger_update(true);
|
||||||
|
|
||||||
if (!m_snapshot_dst.empty()) {
|
if (!m_snapshot_dst.empty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user