about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-06-30 22:37:52 +0100
committerJames Booth <boothj5@gmail.com>2016-06-30 22:37:52 +0100
commit29eb843d56c2c52e9ae13144c93f094821ecff06 (patch)
treeb723d9527204c9f5849fedc2e3f2926f0cf86902 /src/command/cmd_ac.h
parenta01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f (diff)
downloadprofani-tty-29eb843d56c2c52e9ae13144c93f094821ecff06.tar.gz
Revert "WIP - Unload plugin commands"
This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
Diffstat (limited to 'src/command/cmd_ac.h')
-rw-r--r--src/command/cmd_ac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h
index 637ebcf6..b294fcd5 100644
--- a/src/command/cmd_ac.h
+++ b/src/command/cmd_ac.h
@@ -48,7 +48,6 @@ void cmd_ac_add_alias(ProfAlias *alias);
 void cmd_ac_add_alias_value(char *value);
 
 void cmd_ac_remove(const char *const value);
-void cmd_ac_remove_help(const char *const value);
 void cmd_ac_remove_alias_value(char *value);
 
 gboolean cmd_ac_exists(char *cmd);