diff libpurple/protocols/mxit/profile.h @ 32339:82ca1b879265

Remove the "hidden" option from user profile.
author andrew.victor@mxit.com
date Fri, 12 Aug 2011 22:44:39 +0000
parents cce18a0ff43a
children
line wrap: on
line diff
--- a/libpurple/protocols/mxit/profile.h	Fri Aug 12 22:34:34 2011 +0000
+++ b/libpurple/protocols/mxit/profile.h	Fri Aug 12 22:44:39 2011 +0000
@@ -50,7 +50,6 @@
 
 	int			flags;								/* user's profile flags */
 	gint64		lastonline;							/* user's last-online timestamp */
-	gboolean	hidden;								/* set if the user's mxitid should remain hidden */
 };
 
 struct MXitSession;