libpurple/protocols/jabber/buddy.c

changeset 26868
5c99daf94155
parent 26752
27fe5aa7cbd0
child 26874
4949f079c2ad
child 26877
6c551b041119
child 26945
3196313f0b87
--- a/libpurple/protocols/jabber/buddy.c	Sun Apr 26 02:27:08 2009 +0000
+++ b/libpurple/protocols/jabber/buddy.c	Sun Apr 26 03:18:07 2009 +0000
@@ -202,21 +202,6 @@
 	jabber_buddy_resource_free(jbr);
 }
 
-const char *jabber_buddy_get_status_msg(JabberBuddy *jb)
-{
-	JabberBuddyResource *jbr;
-
-	if(!jb)
-		return NULL;
-
-	jbr = jabber_buddy_find_resource(jb, NULL);
-
-	if(!jbr)
-		return NULL;
-
-	return jbr->status;
-}
-
 /*******
  * This is the old vCard stuff taken from the old prpl.  vCards, by definition
  * are a temporary thing until jabber can get its act together and come up

mercurial