changeset 24605:59aae7636111

#if 0 out an unused function to suppress a compiler warning.
author Richard Laager <rlaager@wiktel.com>
date Thu, 11 Dec 2008 04:32:01 +0000
parents 918738a0bba4
children 68eba2bafa6f c624b5502874
files libpurple/protocols/qq/group_im.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/group_im.c	Sat Dec 06 13:30:06 2008 +0000
+++ b/libpurple/protocols/qq/group_im.c	Thu Dec 11 04:32:01 2008 +0000
@@ -329,6 +329,7 @@
 	return;
 }
 
+#if 0
 static void request_room_send_im_ex(PurpleConnection *gc, guint32 room_id,
 	qq_im_format *fmt, gchar *msg, guint16 msg_id, guint8 frag_count, guint8 frag_index)
 {
@@ -358,6 +359,7 @@
 	/*qq_show_packet("QQ_ROOM_CMD_SEND_IM_EX", raw_data, bytes); */
 	qq_send_room_cmd(gc, QQ_ROOM_CMD_SEND_IM_EX, room_id, raw_data, bytes);
 }
+#endif
 
 /* send a chat msg to a QQ Qun
  * called by purple */