Remove unused event methods.

This commit is contained in:
Corey Johnson & Nathan Sobo
2011-12-15 15:04:07 -08:00
parent 42f837a991
commit c2c17f846e

View File

@@ -25,10 +25,10 @@ windowAdditions =
@showConsole true
handleKeyEvent: ->
atom.keybinder.handleEvent arguments...
null
triggerEvent: ->
atom.trigger arguments...
null
for key, value of windowAdditions
console.warn "DOMWindow already has a key named `#{key}`" if window[key]