From 48929aa92e533507cac013f514340eb3ba822729 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 18 Oct 2014 00:18:10 +0100 Subject: Removed /help other --- src/command/command.c | 1 - src/command/commands.c | 4 ---- 2 files changed, 5 deletions(-) (limited to 'src/command') diff --git a/src/command/command.c b/src/command/command.c index c5f76f83..1579fe79 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -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 diff --git a/src/command/commands.c b/src/command/commands.c index 9cc2214d..60e07835 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -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 { -- cgit 1.4.1-2-gfad0