From cd8f59c7d0e76ff7675ba57c8224a3bd93fdc33b Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 20 May 2010 17:40:56 +0100 Subject: [PATCH] Remove extra blank line --- openlp/plugins/songs/forms/editsongform.py | 1 - 1 file changed, 1 deletion(-) 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: