diff -r 8fb3611a91e1 -r d0f51cfde6bc src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Mon Jan 09 16:04:04 2006 +0000 +++ b/src/protocols/yahoo/yahoo.c Mon Jan 09 21:29:53 2006 +0000 @@ -1706,7 +1706,6 @@ static void ignore_buddy(GaimBuddy *buddy) { GaimGroup *group; - GaimConversation *conv; GaimAccount *account; gchar *name; @@ -1724,12 +1723,6 @@ serv_add_deny(account->gc, name); - /* The follow should really be done by the core... */ - conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, name, account); - - if (conv != NULL) - gaim_conversation_update(conv, GAIM_CONV_UPDATE_REMOVE); - g_free(name); }