about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/connection.c')
-rw-r--r--src/xmpp/connection.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 102e7217..a9f77a23 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -203,12 +203,6 @@ connection_get_fulljid(void)
     return xmpp_conn_get_jid(conn.xmpp_conn);
 }
 
-GSList*
-connection_get_disco_infos(void)
-{
-    return conn.disco_infos;
-}
-
 DiscoInfo*
 connection_get_disco_info(const char *const jid)
 {