libpurple/blist.h

changeset 32334
6d77ba8e7928
parent 32333
d5cefb0d5b5f
child 32335
2cdbb5609b4a
--- a/libpurple/blist.h	Mon Sep 05 19:58:03 2011 +0000
+++ b/libpurple/blist.h	Mon Sep 05 20:02:49 2011 +0000
@@ -762,18 +762,6 @@
  */
 PurpleBuddy *purple_contact_get_priority_buddy(PurpleContact *contact);
 
-#if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_BLIST_C_)
-/**
- * Sets the alias for a contact.
- *
- * @param contact  The contact
- * @param alias    The alias to set, or NULL to unset
- *
- * @deprecated Use purple_blist_alias_contact() instead.
- */
-void purple_contact_set_alias(PurpleContact *contact, const char *alias);
-#endif
-
 /**
  * Gets the alias for a contact.
  *

mercurial