Thu, 06 Jan 2011 05:35:23 +0000
Remove DC stuff from SLP stuff that I should have done with the other
change.
| libpurple/protocols/msn/slpcall.c | file | annotate | diff | comparison | revisions |
--- 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. */