Remove an unused function and a dummy pass statement.

This commit is contained in:
Patrick Zimmermann 2013-01-21 21:30:49 +01:00
parent 398b71dda1
commit 071fc4799d

View File

@ -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