From 29eb843d56c2c52e9ae13144c93f094821ecff06 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 30 Jun 2016 22:37:52 +0100 Subject: Revert "WIP - Unload plugin commands" This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. --- src/command/cmd_ac.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/command/cmd_ac.c') diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c index 46c1d940..1dfc5cc0 100644 --- a/src/command/cmd_ac.c +++ b/src/command/cmd_ac.c @@ -702,7 +702,6 @@ cmd_ac_init(void) plugins_ac = autocomplete_new(); autocomplete_add(plugins_ac, "load"); - autocomplete_add(plugins_ac, "unload"); sendfile_ac = autocomplete_new(); @@ -785,14 +784,6 @@ cmd_ac_remove(const char *const value) } } -void -cmd_ac_remove_help(const char *const value) -{ - if (help_ac) { - autocomplete_remove(help_ac, value); - } -} - gboolean cmd_ac_exists(char *cmd) { -- cgit 1.4.1-2-gfad0