about summary refs log tree commit diff stats
path: root/src/ui/core.c
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 /src/ui/core.c
parent1c3eadbf1cba45bfba839cc6bf4e0ea249e6df1c (diff)
downloadprofani-tty-2ea0e1e9384f298264aac4df99fcf4d93a807564.tar.gz
Removed ui_titlebar_presence
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 0f451d61..d9f8a6b1 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -395,12 +395,6 @@ ui_group_removed(const char *const contact, const char *const group)
 }
 
 void
-ui_titlebar_presence(contact_presence_t presence)
-{
-    title_bar_set_presence(presence);
-}
-
-void
 ui_handle_login_account_success(ProfAccount *account, int secured)
 {
     resource_presence_t resource_presence = accounts_get_login_presence(account->name);