libpurple/blist.h

changeset 32333
d5cefb0d5b5f
parent 29671
6463da9d8275
child 32334
6d77ba8e7928
--- a/libpurple/blist.h	Mon Sep 05 18:34:32 2011 +0000
+++ b/libpurple/blist.h	Mon Sep 05 19:58:03 2011 +0000
@@ -454,21 +454,9 @@
  * Updates a node's custom icon.
  *
  * @param node  The PurpleBlistNode whose custom icon has changed.
- *
- * @since 2.5.0
  */
 void purple_blist_update_node_icon(PurpleBlistNode *node);
 
-#if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_BLIST_C_)
-/**
- * Updates a buddy's icon.
- *
- * @param buddy  The buddy whose buddy icon has changed
- * @deprecated Use purple_blist_update_node_icon() instead.
- */
-void purple_blist_update_buddy_icon(PurpleBuddy *buddy);
-#endif
-
 /**
  * Renames a buddy in the buddy list.
  *

mercurial