Removed ui_chat_win_exists

This commit is contained in:
James Booth
2015-10-26 22:43:32 +00:00
parent c99ff8d941
commit 8f45f332ad
6 changed files with 14 additions and 17 deletions

View File

@@ -256,10 +256,6 @@ void ui_group_added(const char * const contact, const char * const group) {}
void ui_group_removed(const char * const contact, const char * const group) {}
void ui_chat_win_contact_online(PContact contact, Resource *resource, GDateTime *last_activity) {}
void ui_chat_win_contact_offline(PContact contact, char *resource, char *status) {}
gboolean ui_chat_win_exists(const char * const barejid)
{
return TRUE;
}
void ui_contact_offline(char *barejid, char *resource, char *status) {}