mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove unused params
This commit is contained in:
@@ -29,8 +29,6 @@ class AtomWindow
|
||||
{name: 'bootstrapScript', param: @bootstrapScript},
|
||||
{name: 'resourcePath', param: @resourcePath},
|
||||
]
|
||||
params.push {name: 'devMode', param: 1} if @isDev
|
||||
params.push {name: 'exitWhenDone', param: 1} if @exitWhenDone
|
||||
|
||||
@setNodePaths()
|
||||
@openWithParams(params)
|
||||
|
||||
Reference in New Issue
Block a user