diff src/protocols/jabber/chat.h @ 7400:08cef5988410

[gaim-migrate @ 7996] there isn't really whispering in jabber chats committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Oct 2003 06:53:11 +0000
parents d60e1629ffde
children ddd80ffd3815
line wrap: on
line diff
--- a/src/protocols/jabber/chat.h	Fri Oct 31 06:14:58 2003 +0000
+++ b/src/protocols/jabber/chat.h	Fri Oct 31 06:53:11 2003 +0000
@@ -47,8 +47,6 @@
 JabberChat *jabber_chat_find_by_id(JabberStream *js, int id);
 void jabber_chat_destroy(JabberChat *chat);
 gboolean jabber_chat_find_buddy(GaimConversation *conv, const char *name);
-void jabber_chat_whisper(GaimConnection *gc, int id, const char *who,
-		const char *message);
 void jabber_chat_invite(GaimConnection *gc, int id, const char *message,
 		const char *name);
 void jabber_chat_leave(GaimConnection *gc, int id);