Remove window.resourcePath

This commit is contained in:
Kevin Sawicki
2013-11-21 14:59:53 -08:00
parent 2f46fee1ca
commit 87b530140b

View File

@@ -11,7 +11,6 @@ windowEventHandler = null
# This method is called in any window needing a general environment, including specs
window.setUpEnvironment = (windowMode) ->
atom.windowMode = windowMode
window.resourcePath = atom.getLoadSettings().resourcePath
atom.initialize()
# Set up the default event handlers and menus for a non-editor windows.