Remove line that calls non-existant function

This commit is contained in:
Ben Ogle 2015-07-24 17:45:59 -07:00
parent 247f23d916
commit 1b6cab0156

View File

@ -19,7 +19,6 @@ KeymapManager::loadBundledKeymaps = ->
else
@loadKeymap(keymapsPath)
@emit 'bundled-keymaps-loaded' if Grim.includeDeprecatedAPIs
@emitter.emit 'did-load-bundled-keymaps'
KeymapManager::getUserKeymapPath = ->