Remove mentions of benchmarks from the build, command palette

This commit is contained in:
Nathan Sobo
2015-09-05 09:51:03 -06:00
parent d5cb555b61
commit 1f395a7e8c
4 changed files with 0 additions and 21 deletions

View File

@@ -108,7 +108,6 @@ atom.commands.add 'atom-workspace',
'window:reset-font-size': -> @getModel().resetFontSize()
'application:about': -> ipc.send('command', 'application:about')
'application:run-all-specs': -> ipc.send('command', 'application:run-all-specs')
'application:run-benchmarks': -> ipc.send('command', 'application:run-benchmarks')
'application:show-preferences': -> ipc.send('command', 'application:show-settings')
'application:show-settings': -> ipc.send('command', 'application:show-settings')
'application:quit': -> ipc.send('command', 'application:quit')