remove not need pass statments
This commit is contained in:
@@ -36,8 +36,6 @@ class ResumeDialog(xbmcgui.WindowXMLDialog):
|
||||
self.resumePlay = 1
|
||||
self.close()
|
||||
|
||||
pass
|
||||
|
||||
def setResumeTime(self, timeStamp):
|
||||
self.resumeTimeStamp = timeStamp
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user