Removed ui_titlebar_presence

This commit is contained in:
James Booth
2015-11-02 20:39:43 +00:00
parent 1c3eadbf1c
commit 2ea0e1e938
5 changed files with 10 additions and 13 deletions

View File

@@ -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) {}