forked from openlp/openlp
Remove dead code
This commit is contained in:
parent
a913c47254
commit
cea09a4214
@ -274,10 +274,6 @@ class AlertsTab(SettingsTab):
|
||||
self.FontComboBox.setCurrentFont(font)
|
||||
self.updateDisplay()
|
||||
|
||||
def onItemSelected(self):
|
||||
self.EditButton.setEnabled(True)
|
||||
self.DeleteButton.setEnabled(True)
|
||||
|
||||
def save(self):
|
||||
settings = QtCore.QSettings()
|
||||
settings.beginGroup(self.settingsSection)
|
||||
|
@ -245,18 +245,6 @@ class SongMediaItem(MediaManagerItem):
|
||||
self.edit_song_form.newSong()
|
||||
self.edit_song_form.exec_()
|
||||
|
||||
def onEditAuthorClick(self):
|
||||
self.authors_form.load_form()
|
||||
self.authors_form.exec_()
|
||||
|
||||
def onEditTopicClick(self):
|
||||
self.topics_form.load_form()
|
||||
self.topics_form.exec_()
|
||||
|
||||
def onEditBookClick(self):
|
||||
self.song_book_form.load_form()
|
||||
self.song_book_form.exec_()
|
||||
|
||||
def onSongMaintenanceClick(self):
|
||||
self.song_maintenance_form.exec_()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user