--- a/libpurple/server.h Sun Nov 21 23:56:35 2021 -0600 +++ b/libpurple/server.h Sun Nov 21 23:58:15 2021 -0600 @@ -41,7 +41,6 @@ #include "conversations.h" #include "group.h" #include "protocols.h" -#include "purpleattentiontype.h" #include "purpleimconversation.h" #include "purplemessage.h" @@ -88,17 +87,6 @@ int purple_serv_send_im(PurpleConnection *gc, PurpleMessage *msg); /** - * purple_get_attention_type_from_code: - * @account: The #PurpleAccount - * @type_code: The protocol specific attention type code to convert - * - * Get information about an account's attention commands, from the protocol. - * - * Returns: The attention command numbered 'code' from the protocol's attention_types, or NULL. - */ -PurpleAttentionType *purple_get_attention_type_from_code(PurpleAccount *account, guint type_code); - -/** * purple_serv_get_info: * @gc: The connection over which to send the typing notification. * @name: The name of the buddy we were asking information from.