forked from openlp/openlp
removed not needed return
This commit is contained in:
parent
320b692db7
commit
94be547550
@ -940,7 +940,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
temp_conf.close()
|
temp_conf.close()
|
||||||
export_conf.close()
|
export_conf.close()
|
||||||
os.remove(temp_file)
|
os.remove(temp_file)
|
||||||
return
|
|
||||||
|
|
||||||
def onModeDefaultItemClicked(self):
|
def onModeDefaultItemClicked(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user