libpurple/purpleprivate.h

changeset 42725
ceb13f1de2d2
parent 42706
6039c89f2f5c
child 42727
67132affc27c
--- a/libpurple/purpleprivate.h	Sun Apr 14 01:08:37 2024 -0500
+++ b/libpurple/purpleprivate.h	Sun Apr 14 01:14:59 2024 -0500
@@ -35,6 +35,7 @@
 #include "purplecredentialprovider.h"
 #include "purplehistoryadapter.h"
 #include "purpleversion.h"
+#include "xmlnode.h"
 
 G_BEGIN_DECLS
 
@@ -60,16 +61,6 @@
 G_GNUC_INTERNAL
 PurpleBlistNode *_purple_blist_get_last_child(PurpleBlistNode *node);
 
-/* This is for the accounts code to notify the buddy icon code that
- * it's done loading.  We may want to replace this with a signal. */
-G_GNUC_INTERNAL
-void _purple_buddy_icons_account_loaded_cb(void);
-
-/* This is for the buddy list to notify the buddy icon code that
- * it's done loading.  We may want to replace this with a signal. */
-G_GNUC_INTERNAL
-void _purple_buddy_icons_blist_loaded_cb(void);
-
 /**
  * _purple_connection_wants_to_die:
  * @gc:  The connection to check

mercurial