diff src/protocols/msn/session.h @ 11992:c824e39db0e7

[gaim-migrate @ 14285] - make Offline a user setable status in MSN - redo MSN status changing to query the core for the current status instead of keeping track of it itself, as recommended by Mark on patch #1336338. - bring back the buddy list synchronization by parsing the buddy list after signon committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 06 Nov 2005 21:52:00 +0000
parents 888d4c328be5
children 442b23efba54
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Sun Nov 06 19:52:20 2005 +0000
+++ b/src/protocols/msn/session.h	Sun Nov 06 21:52:00 2005 +0000
@@ -80,7 +80,6 @@
 {
 	GaimAccount *account;
 	MsnUser *user;
-	int state;
 
 	guint protocol_ver;
 
@@ -96,7 +95,6 @@
 	MsnSync *sync;
 
 	MsnUserList *userlist;
-	MsnUserList *sync_userlist;
 
 	int servconns_count; /**< The count of server connections. */
 	GList *switches; /**< The list of all the switchboards. */