diff libgaim/protocols/qq/send_core.h @ 15138:e952a5fc97b3

[gaim-migrate @ 17924] Added support for QQ levels Allow 3rd party clients to specify the location of the buddy icon dir Minor code cleanup committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sat, 09 Dec 2006 06:34:48 +0000
parents c039c920e11c
children
line wrap: on
line diff
--- a/libgaim/protocols/qq/send_core.h	Fri Dec 08 03:03:52 2006 +0000
+++ b/libgaim/protocols/qq/send_core.h	Sat Dec 09 06:34:48 2006 +0000
@@ -28,10 +28,6 @@
 #include <glib.h>
 #include "connection.h"
 
-
-#define	QQ_CLIENT	0x0E1B
-/* #define	QQ_CLIENT	0x0F3F */
-
 gint qq_send_cmd(GaimConnection *gc, guint16 cmd, gboolean is_auto_seq, guint16 seq, 
 		gboolean need_ack, guint8 *data, gint len);
 gint _qq_send_packet(GaimConnection * gc, guint8 *buf, gint len, guint16 cmd);