--- a/libpurple/purpleaccount.h Sun Nov 10 03:55:48 2024 -0600 +++ b/libpurple/purpleaccount.h Sun Nov 10 04:09:47 2024 -0600 @@ -447,21 +447,6 @@ PurpleProtocol *purple_account_get_protocol(PurpleAccount *account); /** - * purple_account_get_protocol_name: - * @account: The account. - * - * Returns the account's protocol name. - * - * Returns: The protocol name. - * - * Since: 2.0 - * - * Deprecated: 3.0 - */ -PURPLE_DEPRECATED -const char *purple_account_get_protocol_name(PurpleAccount *account); - -/** * purple_account_get_connection: * @account: The account. *