diff libpurple/protocols/jabber/usermood.h @ 29545:5e7ff3ed7ad0

jabber: Remove old prpl action to set mood as now the general mood setting UI can do all that the old one does. Maybe finch needs a UI for it?
author Marcus Lundblad <ml@update.uu.se>
date Sat, 06 Mar 2010 21:32:18 +0000
parents f3654983e1da
children 3b1070cb4f29
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.h	Fri Mar 05 22:21:04 2010 +0000
+++ b/libpurple/protocols/jabber/usermood.h	Sat Mar 06 21:32:18 2010 +0000
@@ -30,8 +30,6 @@
 
 void jabber_mood_init(void);
 
-void jabber_mood_init_action(GList **m);
-
 void jabber_mood_set(JabberStream *js,
 		     const char *mood, /* must be one of the valid strings defined in the XEP */
 		     const char *text /* might be NULL */);