forked from openlp/openlp
Remove an unused function and a dummy pass statement.
This commit is contained in:
parent
398b71dda1
commit
071fc4799d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user