forked from openlp/openlp
Remove a leftover line which causes trouble on OSX.
This commit is contained in:
parent
5b95a33eb7
commit
7fca26dd0e
@ -1059,7 +1059,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
||||
export_settings.endGroup()
|
||||
# Write all the sections and keys.
|
||||
for section_key in keys:
|
||||
section, key = section_key.split(u'/')
|
||||
key_value = settings.value(section_key)
|
||||
export_settings.setValue(section_key, key_value)
|
||||
export_settings.sync()
|
||||
|
Loading…
Reference in New Issue
Block a user