Revert "WIP - Unload plugin commands"

This reverts commit a01eb5d08e.
This commit is contained in:
James Booth
2016-06-30 22:37:52 +01:00
parent a01eb5d08e
commit 29eb843d56
21 changed files with 21 additions and 162 deletions

View File

@@ -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)
{