Remove RootView.activeKeybindings method. It was dead code.

This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-02-21 16:23:16 -07:00
committed by probablycorey
parent 4a6f05ae4e
commit 58228f7ff7
2 changed files with 0 additions and 28 deletions

View File

@@ -124,9 +124,6 @@ class RootView extends View
if not previousActiveEditor or editor.getPath() != previousActiveEditor.getPath()
@trigger 'root-view:active-path-changed', editor.getPath()
activeKeybindings: ->
keymap.bindingsForElement(document.activeElement)
getTitle: ->
@title or "untitled"