mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Kill unused event
This commit is contained in:
committed by
probablycorey
parent
3bf31e440d
commit
c1e226d6a3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user