From 639623d625acbffcc39059617a9c31ec30f7de80 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 18 Feb 2016 20:52:52 +0000 Subject: Tidied cons_show_help --- tests/unittests/ui/stub_ui.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/unittests/ui/stub_ui.c') 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) {} -- cgit 1.4.1-2-gfad0 ption> Unnamed repository; edit this file 'description' to name the repository.
about summary refs log blame commit diff stats
path: root/Makefile
blob: d8f9ddcab78413814e5f1fad1df599658c7f84c7 (plain) (tree)
1
2
3
4
5
6
7
8
9