mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Remove unused method
This commit is contained in:
@@ -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'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user