Remove unused openWindow method

This commit is contained in:
probablycorey
2013-08-16 15:38:06 -07:00
committed by Corey Johnson & Nathan Sobo
parent e360379ced
commit 1074642e8f

View File

@@ -132,8 +132,6 @@ window.atom =
open: (url...) ->
ipc.sendChannel('open', [url...])
openWindow: (windowSettings) ->
ipc.sendChannel('open-window', windowSettings)
confirm: (message, detailedMessage, buttonLabelsAndCallbacks...) ->
buttons = []