# HG changeset patch # User Mark Doliner # Date 1274986593 0 # Node ID 34cd785f849c8158f6c8e4abc9868437ad95808a # Parent cb74b2877ea7ff5c6e0fff815583267eec4f129e It appears this function was removed diff -r cb74b2877ea7 -r 34cd785f849c libpurple/protocols/jabber/chat.h --- a/libpurple/protocols/jabber/chat.h Thu May 27 00:36:57 2010 +0000 +++ b/libpurple/protocols/jabber/chat.h Thu May 27 18:56:33 2010 +0000 @@ -102,8 +102,6 @@ gboolean jabber_chat_role_user(JabberChat *chat, const char *who, const char *role, const char *why); gboolean jabber_chat_role_list(JabberChat *chat, const char *role); -gboolean jabber_chat_kick_user(JabberChat *chat, const char *who, - const char *why); PurpleRoomlist *jabber_roomlist_get_list(PurpleConnection *gc); void jabber_roomlist_cancel(PurpleRoomlist *list);