kill dead code

This commit is contained in:
Chris Wanstrath
2011-11-14 00:01:30 -08:00
parent ef55d77610
commit b38da15b4f
2 changed files with 0 additions and 4 deletions

View File

@@ -8,9 +8,6 @@ window:
'cmd-o': (window) -> window.open()
'cmd-s': (window) -> window.save()
resource:
'cmd-shift-d': -> console.log 'derp'
editor:
'cmd-w': 'close'
'cmd-shift-s': 'saveAs'