mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
Remove RootView.activeKeybindings method. It was dead code.
This commit is contained in:
committed by
probablycorey
parent
4a6f05ae4e
commit
58228f7ff7
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user