Remove reference to the non-existent __del__ method.

Fixes: https://launchpad.net/bugs/854125
This commit is contained in:
Raoul Snyman 2011-09-19 20:55:34 +02:00
parent 05e2d5de21
commit 429a1a4541
1 changed files with 0 additions and 1 deletions

View File

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