From 071fc4799d83ad1db02e156aac965532d46037c0 Mon Sep 17 00:00:00 2001 From: Patrick Zimmermann Date: Mon, 21 Jan 2013 21:30:49 +0100 Subject: [PATCH] Remove an unused function and a dummy pass statement. --- openlp/plugins/songs/forms/duplicatesongremovalform.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/openlp/plugins/songs/forms/duplicatesongremovalform.py b/openlp/plugins/songs/forms/duplicatesongremovalform.py index b6bf29cdf..422c5d871 100644 --- a/openlp/plugins/songs/forms/duplicatesongremovalform.py +++ b/openlp/plugins/songs/forms/duplicatesongremovalform.py @@ -205,7 +205,6 @@ class DuplicateSongRemovalForm(OpenLPWizard): def onWizardExit(self): #refresh the song list self.plugin.mediaItem.onSearchTextButtonClicked() - pass def setDefaults(self): """ @@ -215,14 +214,6 @@ class DuplicateSongRemovalForm(OpenLPWizard): self.duplicateSearchProgressBar.setValue(0) self.foundDuplicatesEdit.clear() - def performWizard(self): - """ - Perform the actual import. This method pulls in the correct importer - class, and then runs the ``doImport`` method of the importer to do - the actual importing. - """ - pass - def validateCurrentPage(self): if self.currentId() == self.reviewPageId: #as long as the duplicate list is not empty we revisit the review page