about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chatwin.c')
-rw-r--r--src/ui/chatwin.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index f0453a7c..b3ea45b1 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -180,17 +180,6 @@ chatwin_otr_untrust(ProfChatWin *chatwin)
 }
 
 void
-ui_handle_otr_error(const char *const barejid, const char *const message)
-{
-    ProfChatWin *chatwin = wins_get_chat(barejid);
-    if (chatwin) {
-        win_print((ProfWin*)chatwin, '!', 0, NULL, 0, THEME_ERROR, "", message);
-    } else {
-        cons_show_error("%s - %s", barejid, message);
-    }
-}
-
-void
 chatwin_recipient_gone(ProfChatWin *chatwin)
 {
     const char *display_usr = NULL;