about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-05 21:17:07 +0000
committerJames Booth <boothj5@gmail.com>2014-01-05 21:17:07 +0000
commitb14d5707cb4941489fa57236239ce08a18c81a7a (patch)
treee2696dcc505c666580d7e2a872b763679bccbf96 /src/profanity.c
parent460a42c7c979d1eaed3eeb7210ff1178e04417d8 (diff)
downloadprofani-tty-b14d5707cb4941489fa57236239ce08a18c81a7a.tar.gz
Moved handle_disco_info to server_events
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/profanity.c b/src/profanity.c
index a532254d..e7a83b39 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -473,13 +473,6 @@ prof_handle_disco_items(GSList *items, const char *jid)
     ui_current_page_off();
 }
 
-void
-prof_handle_disco_info(const char *from, GSList *identities, GSList *features)
-{
-    cons_show_disco_info(from, identities, features);
-    ui_current_page_off();
-}
-
 /*
  * Take a line of input and process it, return TRUE if profanity is to
  * continue, FALSE otherwise