libpurple/buddylist.h

changeset 42717
15d740cec729
parent 42612
d905313bc732
child 42722
4e20540308d7
--- 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
  *

mercurial