Remove unused locals in spec-helper

This commit is contained in:
Nathan Sobo
2015-10-06 15:40:15 -06:00
parent a9a6f38858
commit 499272dfa1

View File

@@ -28,9 +28,6 @@ atom.themes.initialLoadComplete = true
fixturePackagesPath = path.resolve(__dirname, './fixtures/packages')
atom.packages.packageDirPaths.unshift(fixturePackagesPath)
atom.keymaps.loadBundledKeymaps()
keyBindingsToRestore = atom.keymaps.getKeyBindings()
commandsToRestore = atom.commands.getSnapshot()
styleElementsToRestore = atom.styles.getSnapshot()
window.addEventListener 'core:close', -> window.close()