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

@@ -69,6 +69,13 @@ wins_get_console(void)
return g_hash_table_lookup(windows, GINT_TO_POINTER(1));
}
gboolean
wins_chat_exists(const char *const barejid)
{
ProfChatWin *chatwin = wins_get_chat(barejid);
return (chatwin != NULL);
}
ProfChatWin*
wins_get_chat(const char *const barejid)
{