Remove unused Atom::getTempDirPath

This commit is contained in:
Kevin Sawicki
2013-11-22 14:32:31 -08:00
parent 64f0fcc839
commit 8871d9cd2d

View File

@@ -347,10 +347,6 @@ class Atom
getHomeDirPath: ->
process.env[if process.platform is 'win32' then 'USERPROFILE' else 'HOME']
# Private:
getTempDirPath: ->
if process.platform is 'win32' then os.tmpdir() else '/tmp'
# Public: Get the directory path to Atom's configuration area.
getConfigDirPath: ->
@configDirPath ?= fs.absolute('~/.atom')