From 17717be52eea43ab8bb2f11345a4dd9b4f889ef1 Mon Sep 17 00:00:00 2001 From: elParaguayo Date: Sun, 2 Oct 2016 14:10:45 +0100 Subject: [PATCH] tidy up --- resources/lib/notificationqueue.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/resources/lib/notificationqueue.py b/resources/lib/notificationqueue.py index aea0144..820eab7 100644 --- a/resources/lib/notificationqueue.py +++ b/resources/lib/notificationqueue.py @@ -146,16 +146,6 @@ def Notify(self, title, message, icon=None, timeout=2000): def add(self, match): - # filename = createAdvancedNotification(EVENT_GOAL, "Goal: A.Lallana", match) - # xbmc.executebuiltin("Skin.SetString(bbcscoresnotification, {})".format(filename)) - # xbmc.executebuiltin("Skin.SetBool(showscoredialog)") - # xbmc.sleep(2000) - # xbmc.executebuiltin("Skin.Reset(showscoredialog)") - # xbmc.sleep(500) - # os.remove(filename) - # return - - if match.booking: # Should we show notification?