Removed ui_get_current_chat()

This commit is contained in:
James Booth
2015-06-15 22:01:28 +01:00
parent 5cdd69f478
commit 6097a5bade
5 changed files with 25 additions and 27 deletions

View File

@@ -405,12 +405,6 @@ ui_get_chat_recipients(void)
return recipients;
}
ProfChatWin *
ui_get_current_chat(void)
{
return wins_get_current_chat();
}
void
ui_message_receipt(const char * const barejid, const char * const id)
{