--- a/libpurple/protocols/jabber/auth.h Thu Oct 06 23:56:19 2022 -0500 +++ b/libpurple/protocols/jabber/auth.h Fri Oct 07 01:21:28 2022 -0500 @@ -59,9 +59,6 @@ JabberSaslMech *jabber_auth_get_cyrus_mech(void); JabberSaslMech *jabber_auth_get_webex_token_mech(void); -void jabber_auth_add_mech(JabberSaslMech *); -void jabber_auth_remove_mech(JabberSaslMech *); - void jabber_auth_init(void); void jabber_auth_uninit(void);