mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-05 03:26:00 +01:00
cleanup: remove leftover var in ThreadManager.cpp (#8611)
This commit is contained in:
parent
8f83d29f00
commit
ef6b0c81c9
1 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
||||||
#include "../Compositor.hpp"
|
#include "../Compositor.hpp"
|
||||||
#include "../config/ConfigValue.hpp"
|
#include "../config/ConfigValue.hpp"
|
||||||
|
|
||||||
int slowUpdate = 0;
|
|
||||||
|
|
||||||
int handleTimer(void* data) {
|
int handleTimer(void* data) {
|
||||||
const auto PTM = (CThreadManager*)data;
|
const auto PTM = (CThreadManager*)data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue