Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Oct 2, 2016
1 parent bded171 commit 17717be
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions resources/lib/notificationqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 17717be

Please sign in to comment.