Revert "Ensure recent project list populated when no project loaded, fixes #13758"

This reverts commit 52492c1386.
This commit is contained in:
Damien Guard
2017-03-05 17:49:01 -08:00
parent 52492c1386
commit ef0619048e

View File

@@ -20,7 +20,6 @@ export default class ReopenProjectMenuManager {
commands.add('atom-workspace', { 'application:reopen-project': this.reopenProjectCommand.bind(this) })
)
this.update()
this.applyWindowsJumpListRemovals()
}