Mercurial > pidgin.yaz
diff libpurple/protocols/msn/switchboard.c @ 30448:911ca152210c
Remove old code that was commented out, but is really just not necessary.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 19 Apr 2010 08:05:55 +0000 |
parents | 119bd7b072eb |
children | 31f20c9c7674 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c Mon Apr 19 07:41:56 2010 +0000 +++ b/libpurple/protocols/msn/switchboard.c Mon Apr 19 08:05:55 2010 +0000 @@ -88,9 +88,9 @@ /* If it linked us is because its looking for trouble */ while (swboard->slplinks != NULL) { + MsnSlpLink *slplink = swboard->slplinks->data; + /* Destroy only those slplinks which use the switchboard */ - MsnSlpLink *slplink = swboard->slplinks->data; - if (slplink->dc == NULL) msn_slplink_destroy(slplink); else {