diff libpurple/protocols/msn/session.h @ 25090:201789d2f003

Comment out this extra string until we need it (if ever).
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 15 Feb 2009 20:51:25 +0000
parents 5c7fee60853b
children b1080a1a2cb0
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.h	Sun Feb 15 20:43:41 2009 +0000
+++ b/libpurple/protocols/msn/session.h	Sun Feb 15 20:51:25 2009 +0000
@@ -94,11 +94,10 @@
 	gboolean http_method;
 
 	MsnNotification *notification;
-	MsnNexus *nexus;
-	MsnOim		*oim;
-	MsnSync *sync;
-
-	MsnUserList *userlist;
+	MsnNexus        *nexus;
+	MsnOim          *oim;
+	MsnSync         *sync;
+	MsnUserList     *userlist;
 
 	int servconns_count; /**< The count of server connections. */
 	GList *switches; /**< The list of all the switchboards. */
@@ -107,7 +106,9 @@
 	/*psm info*/
 	char *psm;
 
+#if 0
 	char *blocked_text;
+#endif
 
 	struct
 	{