summaryrefslogtreecommitdiffstats
path: root/control/actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/actions.cpp')
-rw-r--r--control/actions.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/control/actions.cpp b/control/actions.cpp
index 0267c10..25b6a09 100644
--- a/control/actions.cpp
+++ b/control/actions.cpp
@@ -41,10 +41,6 @@ Action call_actions_based_on_timer(TimerConf&& tConf,
auto timer = zone.findTimer(group, actions);
if (timer != std::end(zone.getTimerEvents()))
{
- if (std::get<timerTimerPos>(*timer)->running())
- {
- std::get<timerTimerPos>(*timer)->stop();
- }
zone.removeTimer(timer);
}
}
OpenPOWER on IntegriCloud