about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-16 19:51:56 +0100
committerJames Booth <boothj5@gmail.com>2016-10-16 19:51:56 +0100
commit8fd9f9e2011aa400c1265ea5bd0d71377506afcb (patch)
tree9f29bb194ae0d75463bbff32c2ec803d8c40f6de /src
parent721dd050dfa8c742bf2736d97fdae41967866f20 (diff)
downloadprofani-tty-8fd9f9e2011aa400c1265ea5bd0d71377506afcb.tar.gz
Remove unused function prototype
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui.h2
1 files changed, 0 insertions, 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);