Remove unused forceAddToWindow

This commit is contained in:
Ash Wilson
2019-04-19 17:36:33 -04:00
parent 8126a136cd
commit 96e6403573
3 changed files with 3 additions and 7 deletions

View File

@@ -972,7 +972,6 @@ class AtomApplication extends EventEmitter {
const locationsToOpen = await Promise.all(
pathsToOpen.map(pathToOpen => this.parsePathToOpen(pathToOpen, executedFrom, {
forceAddToWindow: addToLastWindow,
hasWaitSession: pidToKillWhenClosed != null
}))
)
@@ -984,7 +983,6 @@ class AtomApplication extends EventEmitter {
initialColumn: null,
exists: true,
isDirectory: true,
forceAddToWindow: addToLastWindow,
hasWaitSession: pidToKillWhenClosed != null
})
}