Mercurial > pidgin
changeset 25456: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 | 8387f195c4af |
children | 3f6dbc414357 |
files | libpurple/protocols/msn/session.c libpurple/protocols/msn/session.h |
diffstat | 2 files changed, 8 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.c Sun Feb 15 20:43:41 2009 +0000 +++ b/libpurple/protocols/msn/session.c Sun Feb 15 20:51:25 2009 +0000 @@ -91,7 +91,9 @@ g_free(session->psm); +#if 0 g_free(session->blocked_text); +#endif g_free(session->passport_info.kv); g_free(session->passport_info.sid);
--- 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 {