Mercurial > pidgin
changeset 20427:059cc0bf6c91
Fix a compile warning by #if 0'ing out some unused code
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 26 May 2007 14:08:15 +0000 |
parents | 637e080758a9 |
children | b679b8f36f79 |
files | libpurple/protocols/msn/contact.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c Sat May 26 14:05:52 2007 +0000 +++ b/libpurple/protocols/msn/contact.c Sat May 26 14:08:15 2007 +0000 @@ -656,6 +656,7 @@ g_free(body); } +#if 0 static void msn_update_contact_read_cb(gpointer data, gint source, PurpleInputCondition cond) { @@ -673,7 +674,6 @@ } /*update a contact's Nickname*/ -#if 0 void msn_update_contact(MsnContact *contact,const char* nickname) { @@ -766,6 +766,7 @@ g_free(body); } +#if 0 static void msn_gleams_read_cb(gpointer data, gint source, PurpleInputCondition cond) { @@ -782,7 +783,6 @@ // msn_soap_read_cb(data,source,cond); } -#if 0 /*get the gleams info*/ void msn_get_gleams(MsnContact *contact)