remove some dead code

This commit is contained in:
Siddharth Agarwal 2013-07-30 23:40:27 -07:00
parent acf9c3c657
commit f14c128174

View file

@ -24,10 +24,6 @@ var commands = {
return commandConfig[name].regex;
},
isCommandSupported: function(name) {
return !!commandConfig[name];
},
getShortcutMap: function() {
var map = {};
this.loop(function(config, name) {