Remove connection_get_disco_infos()

This commit is contained in:
James Booth
2016-05-08 02:37:02 +01:00
parent 188df60cfe
commit 29380a39cd
2 changed files with 0 additions and 7 deletions

View File

@@ -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)
{