diff --git a/openlp/plugins/alerts/lib/alertsmanager.py b/openlp/plugins/alerts/lib/alertsmanager.py index 42a28eee1..40910c67c 100644 --- a/openlp/plugins/alerts/lib/alertsmanager.py +++ b/openlp/plugins/alerts/lib/alertsmanager.py @@ -108,7 +108,6 @@ class AlertsManager(QtCore.QObject): self.timer_id = 0 self.generateAlert() - def _get_live_controller(self): """ Adds the live controller to the class dynamically