Mercurial > pidgin
changeset 31117:3824f34c93d9
Remove DC stuff from SLP stuff that I should have done with the other
change.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 06 Jan 2011 05:35:23 +0000 |
parents | 5de2d1b3669c |
children | 9ccbd0302bb2 |
files | libpurple/protocols/msn/slpcall.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c Thu Jan 06 05:12:00 2011 +0000 +++ b/libpurple/protocols/msn/slpcall.c Thu Jan 06 05:35:23 2011 +0000 @@ -1142,15 +1142,6 @@ slpcall->wasted = TRUE; } } -#if 0 - else if (slpmsg->header->flags == 0x100) - { - slpcall = slplink->directconn->initial_call; - - if (slpcall != NULL) - msn_slpcall_session_init(slpcall); - } -#endif else if (slpmsg->header->flags == P2P_ACK) { /* Acknowledgement of previous message. Don't do anything currently. */