mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Remove connection_get_disco_infos()
This commit is contained in:
parent
188df60cfe
commit
29380a39cd
@ -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)
|
||||
{
|
||||
|
@ -57,7 +57,6 @@ void connection_free_log(void);
|
||||
xmpp_conn_t* connection_get_conn(void);
|
||||
xmpp_ctx_t* connection_get_ctx(void);
|
||||
char *connection_get_domain(void);
|
||||
GSList* connection_get_disco_infos(void);
|
||||
char* connection_jid_for_feature(const char *const feature);
|
||||
DiscoInfo* connection_get_disco_info(const char *const jid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user