about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/profanity.c b/src/profanity.c
index e7a83b39..cf3ca674 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -459,20 +459,6 @@ prof_handle_activity(void)
     }
 }
 
-void
-prof_handle_room_list(GSList *rooms, const char *conference_node)
-{
-    cons_show_room_list(rooms, conference_node);
-    ui_current_page_off();
-}
-
-void
-prof_handle_disco_items(GSList *items, const char *jid)
-{
-    cons_show_disco_items(items, jid);
-    ui_current_page_off();
-}
-
 /*
  * Take a line of input and process it, return TRUE if profanity is to
  * continue, FALSE otherwise