--- a/libpurple/buddylist.h Sat Apr 13 21:50:34 2024 -0500 +++ b/libpurple/buddylist.h Sat Apr 13 21:59:37 2024 -0500 @@ -476,20 +476,6 @@ PurpleGroup *purple_blist_get_default_group(void); /** - * purple_blist_find_chat: - * @account: The chat's account. - * @name: The chat's name. - * - * Finds a chat by name. - * - * Returns: (transfer none): The chat, or %NULL if the chat does not exist. - * - * Since: 2.0 - */ -PURPLE_AVAILABLE_IN_ALL -PurpleChat *purple_blist_find_chat(PurpleAccount *account, const char *name); - -/** * purple_blist_add_account: * @account: The account *