From aa691cf51c950b9b58665a07234837cd5e69d0d0 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Thu, 17 Jun 2021 19:49:10 +0200 Subject: [PATCH] Remove outdated comment --- src/headers/switcher-data-structs.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/headers/switcher-data-structs.hpp b/src/headers/switcher-data-structs.hpp index 1bff432d..91ea854d 100644 --- a/src/headers/switcher-data-structs.hpp +++ b/src/headers/switcher-data-structs.hpp @@ -92,8 +92,6 @@ struct SwitcherData { std::chrono::high_resolution_clock::time_point lastMatchTime; std::deque macros; - // Allow only one macro scene change per scene switcher interval - // with the top macro having the highest priority bool macroSceneSwitched = false; std::deque windowSwitches;