diff libpurple/blist.h @ 32050:38ce2e217fcb

purple_buddy_get_local_alias() has been deprecated since 2.6.0, and can be removed for 3.0.0.
author andrew.victor@mxit.com
date Mon, 05 Sep 2011 20:08:59 +0000
parents 821942586292
children 02a2e8183b1d
line wrap: on
line diff
--- a/libpurple/blist.h	Mon Sep 05 20:02:49 2011 +0000
+++ b/libpurple/blist.h	Mon Sep 05 20:08:59 2011 +0000
@@ -852,19 +852,6 @@
  */
 const char *purple_buddy_get_contact_alias(PurpleBuddy *buddy);
 
-#if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_BLIST_C_)
-/**
- * Returns the correct alias for this user, ignoring server aliases.  Used
- * when a user-recognizable name is required.  In order: buddy's alias; buddy's
- * contact alias; buddy's user name.
- *
- * @param buddy  The buddy whose alias will be returned.
- * @return       The appropriate name or alias.
- * @deprecated   Try purple_buddy_get_alias(), if server aliases are okay.
- */
-const char *purple_buddy_get_local_alias(PurpleBuddy *buddy);
-#endif
-
 /**
  * Returns the correct name to display for a buddy. In order of precedence:
  * the buddy's alias; the buddy's server alias; the buddy's contact alias;