Remove unused method

This commit is contained in:
Kevin Sawicki
2015-11-03 14:31:52 -08:00
parent 2e6b8a3e96
commit b9d30176d8

View File

@@ -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'))
}