mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 03:56:20 +00:00
Removed ui_chat_win_exists
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user