Remove outdated comment

This commit is contained in:
WarmUpTill
2021-06-17 19:49:10 +02:00
committed by WarmUpTill
parent 8fc12bee99
commit aa691cf51c

View File

@@ -92,8 +92,6 @@ struct SwitcherData {
std::chrono::high_resolution_clock::time_point lastMatchTime;
std::deque<Macro> macros;
// Allow only one macro scene change per scene switcher interval
// with the top macro having the highest priority
bool macroSceneSwitched = false;
std::deque<WindowSwitch> windowSwitches;