diff --git a/src/js/git/commands.js b/src/js/git/commands.js index 9faaa997..94d33a58 100644 --- a/src/js/git/commands.js +++ b/src/js/git/commands.js @@ -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) {