Delete old recent project code

This commit is contained in:
Veronica K. B. Olsen
2020-02-26 17:57:36 +01:00
parent c688c66d5b
commit 6b3e652440
4 changed files with 5 additions and 59 deletions
-2
View File
@@ -331,7 +331,6 @@ class GuiMain(QMainWindow):
self.docEditor.setDictionaries()
self.docEditor.setSpellCheck(self.theProject.spellCheck)
self.statusBar.setRefTime(self.theProject.projOpened)
self.mainMenu.updateMenu()
# Restore previously open documents, if any
if self.theProject.lastEdited is not None:
@@ -361,7 +360,6 @@ class GuiMain(QMainWindow):
self.treeView.saveTreeOrder()
self.theProject.saveProject()
self.theIndex.saveIndex()
self.mainMenu.updateRecentProjects()
return True