remove not need pass statments

This commit is contained in:
sfaulds
2017-06-24 16:13:27 +10:00
parent be704e53b6
commit 6b657de837
3 changed files with 0 additions and 5 deletions

View File

@@ -36,8 +36,6 @@ class ResumeDialog(xbmcgui.WindowXMLDialog):
self.resumePlay = 1
self.close()
pass
def setResumeTime(self, timeStamp):
self.resumeTimeStamp = timeStamp

View File

@@ -180,8 +180,6 @@ class DefaultViews(xbmcgui.WindowXMLDialog):
self.close()
pass
def setViewId(self, viewName, labelId):
viewId = self.viewData.get(self.getControl(labelId).getLabel())
if (viewId == None):

View File

@@ -208,7 +208,6 @@ class Service(xbmc.Player):
def __init__(self, *args):
log.info("Starting monitor service: " + str(args))
self.played_information = {}
pass
def onPlayBackStarted(self):
# Will be called when xbmc starts playing a file