Fixed bug #854125: Remove reference to the non-existent __del__ method.

bzr-revno: 1751
Fixes: https://launchpad.net/bugs/854125
This commit is contained in:
Raoul Snyman 2011-09-20 08:00:52 +02:00
commit 822dd62d58

View File

@ -606,7 +606,6 @@ class AudioPlayer(QtCore.QObject):
self.stop() self.stop()
for path in self.mediaObject.outputPaths(): for path in self.mediaObject.outputPaths():
path.disconnect() path.disconnect()
QtCore.QObject.__del__(self)
def onAboutToFinish(self): def onAboutToFinish(self):
""" """