about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-26 20:37:50 +0000
committerJames Booth <boothj5@gmail.com>2015-10-26 20:37:50 +0000
commitd8fc7faa368238b0d912de195974454a534a99df (patch)
tree69e8cb963fbe1a17b48cb1d9ea290f01e1e3659f /tests
parent523d92e950f3eecb700dd2495c423cce3bfd0939 (diff)
downloadprofani-tty-d8fc7faa368238b0d912de195974454a534a99df.tar.gz
Removed ui_about() function
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 99fe3007..3e8d532b 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -319,7 +319,6 @@ void ui_titlebar_presence(contact_presence_t presence) {}
 void ui_handle_login_account_success(ProfAccount *account, int secured) {}
 void ui_update_presence(const resource_presence_t resource_presence,
     const char * const message, const char * const show) {}
-void ui_about(void) {}
 void ui_statusbar_new(const int win) {}
 
 char*  ui_readline(void)