Remove DC stuff from SLP stuff that I should have done with the other

Thu, 06 Jan 2011 05:35:23 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 06 Jan 2011 05:35:23 +0000
changeset 31335
a2794d868ffc
parent 31334
c892163971f2
child 31336
1a91c541c5c5

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. */

mercurial