Remove unused resource path

This commit is contained in:
Kevin Sawicki 2015-04-13 13:32:00 -07:00
parent 324b68c795
commit e6a49c4531

View File

@ -574,7 +574,7 @@ class Atom extends Model
# Call this method when establishing a real application window.
startEditorWindow: ->
{resourcePath, safeMode} = @getLoadSettings()
{safeMode} = @getLoadSettings()
CommandInstaller = require './command-installer'
CommandInstaller.installAtomCommand false, (error) ->