about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 20:46:52 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 20:46:52 +0000
commit14a81fbbbe41c4950e6965897029c85488fc3d3f (patch)
tree8cbe959643b0fe1b5f399dd9b7e179ba617a5b58 /tests/unittests
parent2ea0e1e9384f298264aac4df99fcf4d93a807564 (diff)
downloadprofani-tty-14a81fbbbe41c4950e6965897029c85488fc3d3f.tar.gz
Removed ui_handle_recipient_not_found
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/ui/stub_ui.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 5a5f0da1..d5596ffb 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -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);