Kill unused event

This commit is contained in:
Corey Johnson & Nathan Sobo
2013-02-27 18:22:32 -07:00
committed by probablycorey
parent 3bf31e440d
commit c1e226d6a3

View File

@@ -171,7 +171,6 @@ class Editor extends View
'editor:move-line-up': @moveLineUp
'editor:move-line-down': @moveLineDown
'editor:duplicate-line': @duplicateLine
'editor:undo-close-session': @undoDestroySession
'editor:toggle-indent-guide': => config.set('editor.showIndentGuide', !config.get('editor.showIndentGuide'))
'editor:save-debug-snapshot': @saveDebugSnapshot