diff libpurple/blist.h @ 32510:821942586292

purple_contact_set_alias() is deprecated, and can be removed for 3.0.0.
author andrew.victor@mxit.com
date Mon, 05 Sep 2011 20:02:49 +0000
parents 521cb9430f22
children 38ce2e217fcb
line wrap: on
line diff
--- 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.
  *