about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 20:39:43 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 20:39:43 +0000
commit2ea0e1e9384f298264aac4df99fcf4d93a807564 (patch)
tree4e1e5463c472585f1c11e713d31cadde53b9951c /tests/unittests
parent1c3eadbf1cba45bfba839cc6bf4e0ea249e6df1c (diff)
downloadprofani-tty-2ea0e1e9384f298264aac4df99fcf4d93a807564.tar.gz
Removed ui_titlebar_presence
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/ui/stub_ui.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 3a2336c7..5a5f0da1 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -294,7 +294,6 @@ gboolean ui_swap_wins(int source_win, int target_win)
     return FALSE;
 }
 
-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) {}
@@ -465,6 +464,9 @@ void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *l
 void cons_show_contact_offline(PContact contact, char *resource, char *status) {}
 void cons_theme_colours(void) {}
 
+// title bar
+void title_bar_set_presence(contact_presence_t presence) {}
+
 // status bar
 void status_bar_inactive(const int win) {}
 void status_bar_active(const int win) {}