diff --git a/openlp/plugins/songs/forms/editsongform.py b/openlp/plugins/songs/forms/editsongform.py index 499d86571..3d43e5766 100644 --- a/openlp/plugins/songs/forms/editsongform.py +++ b/openlp/plugins/songs/forms/editsongform.py @@ -296,7 +296,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog): rowLabel.append(rowTag) self.VerseListWidget.setVerticalHeaderLabels(rowLabel) - def onAuthorAddButtonClicked(self): item = int(self.AuthorsSelectionComboItem.currentIndex()) if item > -1: