From b9d30176d8d5df95d4a6eefbc7ed23f8b107cd65 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 3 Nov 2015 14:31:52 -0800 Subject: [PATCH] Remove unused method --- static/index.js | 4 ---- 1 file changed, 4 deletions(-) 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')) }