From 429a1a4541da8f63d6b41857ed3a1d16bc2d8d54 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 19 Sep 2011 20:55:34 +0200 Subject: [PATCH] Remove reference to the non-existent __del__ method. Fixes: https://launchpad.net/bugs/854125 --- openlp/core/ui/maindisplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 297f5430b..06afb0313 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -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): """