about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index d9f8a6b1..4536cd43 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -427,18 +427,6 @@ ui_update_presence(const resource_presence_t resource_presence,
 }
 
 void
-ui_handle_recipient_not_found(const char *const recipient, const char *const err_msg)
-{
-    // intended recipient was invalid chat room
-    ProfMucWin *mucwin = wins_get_muc(recipient);
-    if (mucwin) {
-        cons_show_error("Room %s not found: %s", recipient, err_msg);
-        win_vprint((ProfWin*) mucwin, '!', 0, NULL, 0, THEME_ERROR, "", "Room %s not found: %s", recipient, err_msg);
-        return;
-    }
-}
-
-void
 ui_handle_recipient_error(const char *const recipient, const char *const err_msg)
 {
     // always show in console