mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-04 12:44:25 +00:00
cleanup: remove leftover var in ThreadManager.cpp (#8611)
This commit is contained in:
parent
8f83d29f00
commit
ef6b0c81c9
@ -3,8 +3,6 @@
|
||||
#include "../Compositor.hpp"
|
||||
#include "../config/ConfigValue.hpp"
|
||||
|
||||
int slowUpdate = 0;
|
||||
|
||||
int handleTimer(void* data) {
|
||||
const auto PTM = (CThreadManager*)data;
|
||||
|
||||
@ -27,4 +25,4 @@ CThreadManager::CThreadManager() {
|
||||
CThreadManager::~CThreadManager() {
|
||||
if (m_esConfigTimer)
|
||||
wl_event_source_remove(m_esConfigTimer);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user