Removed ui_handle_recipient_not_found

This commit is contained in:
James Booth
2015-11-02 20:46:52 +00:00
parent 2ea0e1e938
commit 14a81fbbbe
3 changed files with 0 additions and 19 deletions

View File

@@ -243,12 +243,6 @@ void chatwin_contact_offline(ProfChatWin *chatwin, char *resource, char *status)
void ui_contact_offline(char *barejid, char *resource, char *status) {}
void ui_handle_recipient_not_found(const char * const recipient, const char * const err_msg)
{
check_expected(recipient);
check_expected(err_msg);
}
void ui_handle_recipient_error(const char * const recipient, const char * const err_msg)
{
check_expected(recipient);