From 8fd9f9e2011aa400c1265ea5bd0d71377506afcb Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 16 Oct 2016 19:51:56 +0100 Subject: [PATCH] Remove unused function prototype --- src/ui/ui.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/ui.h b/src/ui/ui.h index e681456a..1a692fd8 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -260,8 +260,6 @@ void cons_show_scripts(GSList *scripts); void cons_show_script(const char *const script, GSList *commands); void cons_show_aliases(GList *aliases); void cons_show_login_success(ProfAccount *account, gboolean secured); -void cons_show_software_version(const char *const jid, const char *const presence, const char *const name, - const char *const version, const char *const os); void cons_show_account_list(gchar **accounts); void cons_show_room_list(GSList *room, const char *const conference_node); void cons_show_bookmarks(const GList *list);