mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove unused openWindow method
This commit is contained in:
committed by
Corey Johnson & Nathan Sobo
parent
e360379ced
commit
1074642e8f
@@ -132,8 +132,6 @@ window.atom =
|
||||
|
||||
open: (url...) ->
|
||||
ipc.sendChannel('open', [url...])
|
||||
openWindow: (windowSettings) ->
|
||||
ipc.sendChannel('open-window', windowSettings)
|
||||
|
||||
confirm: (message, detailedMessage, buttonLabelsAndCallbacks...) ->
|
||||
buttons = []
|
||||
|
||||
Reference in New Issue
Block a user