From 8983324ed56a935de6e6fcb591227509b97f9565 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 13 Sep 2019 14:34:18 -0700 Subject: [PATCH] Remove some old, commented out code. --- openlp/plugins/alerts/lib/alertsmanager.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openlp/plugins/alerts/lib/alertsmanager.py b/openlp/plugins/alerts/lib/alertsmanager.py index 641a6595e..3d99bfdaf 100644 --- a/openlp/plugins/alerts/lib/alertsmanager.py +++ b/openlp/plugins/alerts/lib/alertsmanager.py @@ -102,9 +102,6 @@ class AlertsManager(QtCore.QObject, RegistryBase, LogMixin, RegistryProperties): 'scroll': Settings().value('alerts/scroll') } self.live_controller.displays[0].alert(text, json.dumps(alert_settings)) - # Check to see if we have a timer running. - # if self.timer_id == 0: - # self.timer_id = self.startTimer(int(alert_tab.timeout) * 1000) def timerEvent(self, event): """