Removed /help other

This commit is contained in:
James Booth
2014-10-18 00:18:10 +01:00
parent 9f2f54b2a0
commit 48929aa92e
5 changed files with 4 additions and 8 deletions

View File

@@ -1050,7 +1050,6 @@ cmd_init(void)
autocomplete_add(help_ac, "contacts");
autocomplete_add(help_ac, "service");
autocomplete_add(help_ac, "settings");
autocomplete_add(help_ac, "other");
autocomplete_add(help_ac, "navigation");
// load command defs into hash table

View File

@@ -615,10 +615,6 @@ cmd_help(gchar **args, struct cmd_help_t help)
"/titlebar", "/vercheck" };
_cmd_show_filtered_help("Settings commands", filter, ARRAY_SIZE(filter));
} else if (strcmp(args[0], "other") == 0) {
gchar *filter[] = { "/vercheck" };
_cmd_show_filtered_help("Other commands", filter, ARRAY_SIZE(filter));
} else if (strcmp(args[0], "navigation") == 0) {
cons_navigation_help();
} else {