Remove obsolete method
This commit is contained in:
parent
dc590d7ed1
commit
208997b167
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ class Player(xbmc.Player):
|
|||
xbmc.Player.__init__(self)
|
||||
log.info("Started playback monitor.")
|
||||
|
||||
def GetPlayStats(self):
|
||||
return self.playStats
|
||||
|
||||
def onPlayBackStarted(self):
|
||||
"""
|
||||
Will be called when xbmc starts playing a file.
|
||||
|
|
Loading…
Reference in a new issue