diff options
author | James Booth <boothj5@gmail.com> | 2015-10-26 20:37:50 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-26 20:37:50 +0000 |
commit | d8fc7faa368238b0d912de195974454a534a99df (patch) | |
tree | 69e8cb963fbe1a17b48cb1d9ea290f01e1e3659f /tests/unittests/ui | |
parent | 523d92e950f3eecb700dd2495c423cce3bfd0939 (diff) | |
download | profani-tty-d8fc7faa368238b0d912de195974454a534a99df.tar.gz |
Removed ui_about() function
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 1 |
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) |