forked from openlp/openlp
removed unnecessary code
This commit is contained in:
commit
5c6b92607e
@ -534,8 +534,6 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
unicode(self.advancedVersionComboBox.currentText()))
|
unicode(self.advancedVersionComboBox.currentText()))
|
||||||
|
|
||||||
def onAdvancedSecondComboBox(self):
|
def onAdvancedSecondComboBox(self):
|
||||||
QtCore.QSettings().setValue(self.settingsSection + u'/advanced bible',
|
|
||||||
QtCore.QVariant(self.advancedVersionComboBox.currentText()))
|
|
||||||
self.initialiseAdvancedBible(
|
self.initialiseAdvancedBible(
|
||||||
unicode(self.advancedVersionComboBox.currentText()))
|
unicode(self.advancedVersionComboBox.currentText()))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user