# HG changeset patch # User Elliott Sales de Andrade # Date 1294292123 0 # Node ID 3824f34c93d953c6ae5b5c136d0cd45b1e76d957 # Parent 5de2d1b3669ce4953a060012e0877b09b2f6809b Remove DC stuff from SLP stuff that I should have done with the other change. diff -r 5de2d1b3669c -r 3824f34c93d9 libpurple/protocols/msn/slpcall.c --- 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. */