Mercurial > pidgin.yaz
changeset 5869:2f86cf55b0e9
[gaim-migrate @ 6301]
No, actually we want this function here. It's going to be used soon.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 14 Jun 2003 18:49:20 +0000 |
parents | d048e5f2af27 |
children | 44d381ad19a9 |
files | src/protocols/trepia/trepia.c |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/trepia/trepia.c Sat Jun 14 15:25:03 2003 +0000 +++ b/src/protocols/trepia/trepia.c Sat Jun 14 18:49:20 2003 +0000 @@ -141,6 +141,22 @@ return write(fd, data, len); } +#if 0 +static void +_remove_user_fnc(gpointer key, gpointer value, gpointer user_data) +{ + TrepiaSession *session; + TrepiaProfile *profile; + const char *name; + + name = (const char *)key; + profile = (TrepiaProfile *)value; + session = (TrepiaSession *)user_data; + + gaim_blist_remove_buddy(profile->buddy); +} +#endif + static void __clear_user_list(TrepiaSession *session) {