--- a/libpurple/protocols/jabber/disco.h Sun May 24 18:39:32 2009 +0000 +++ b/libpurple/protocols/jabber/disco.h Tue May 26 02:27:49 2009 +0000 @@ -46,10 +46,4 @@ void jabber_disco_info_do(JabberStream *js, const char *who, JabberDiscoInfoCallback *callback, gpointer data); -PurpleDiscoList *jabber_disco_get_list(PurpleConnection *gc); - -void jabber_disco_items_do(JabberStream *js, const char *jid, const char *node, - JabberDiscoItemsCallback *callback, gpointer data); -void jabber_disco_item_free(JabberDiscoItem *); - #endif /* PURPLE_JABBER_DISCO_H_ */