[bugfix] removed useless prompt

This commit is contained in:
Marcel Paffrath 2017-07-12 16:56:39 +02:00
parent 721874dbb7
commit 154f802f27

View File

@ -2462,9 +2462,6 @@ class MainWindow(QMainWindow):
'''
Save back project to new pickle file.
'''
if not exists:
if not self.okToContinue():
return
dlg = QFileDialog()
fnm = dlg.getSaveFileName(self, 'Create a new project file...', filter='Pylot project (*.plp)')
filename = fnm[0]