libpurple/protocols/oscar/oscar.h

branch
soc.2010.icq-tlc
changeset 30639
a82ebc3a5c3d
parent 30638
2f1952f26351
child 30645
941f22b19796
--- a/libpurple/protocols/oscar/oscar.h	Sun May 30 13:53:45 2010 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Sun May 30 19:01:30 2010 +0000
@@ -542,7 +542,7 @@
 	 */
 
 	IcbmCookie *msgcookies;
-	struct aim_icq_info *icq_info;
+	GSList *icq_info;
 
 	/** Only used when connecting with the old-style BUCP login. */
 	struct aim_authresp_info *authinfo;
@@ -1414,9 +1414,6 @@
 	guint16 numaddresses;
 	char **email2;
 
-	/* we keep track of these in a linked list because we're 1337 */
-	struct aim_icq_info *next;
-
 	/* status note info */
 	guint8 icbm_cookie[8];
 	char *status_note_title;

mercurial