about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-18 20:52:52 +0000
committerJames Booth <boothj5@gmail.com>2016-02-18 20:52:52 +0000
commit639623d625acbffcc39059617a9c31ec30f7de80 (patch)
treef99a4bfd533d83c247d14c82eacb337f3ab8559e /tests/unittests
parenta14b7815ae86bb1d552197d32c215157aaa4dc10 (diff)
downloadprofani-tty-639623d625acbffcc39059617a9c31ec30f7de80.tar.gz
Tidied cons_show_help
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/ui/stub_ui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 13321025..c0d199f0 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -321,9 +321,7 @@ void cons_show(const char * const msg, ...)
 
 void cons_show_padded(int pad, const char * const msg, ...) {}
 
-void cons_show_help(Command *command) {}
-void cons_show_plugin_help(const char *const cmd, CommandHelp *help) {}
-
+void cons_show_help(const char *const cmd, CommandHelp *help) {}
 
 void cons_about(void) {}
 void cons_help(void) {}