diff --git a/static/index.js b/static/index.js index 86a6d4e69..a10a11182 100644 --- a/static/index.js +++ b/static/index.js @@ -93,10 +93,6 @@ require('ipc').sendChannel('window-command', 'window:loaded') } - function setupAtomHome (atomHome) { - process.env.ATOM_HOME = atomHome - } - function setupCsonCache (cacheDir) { require('season').setCacheDir(path.join(cacheDir, 'cson')) }