From b82012fae3c5a5425b5ae1784e15c9a0ed029f5b Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Thu, 5 Apr 2012 19:43:42 -0400 Subject: Remove dead code --- rakia/sip-session.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/rakia/sip-session.c b/rakia/sip-session.c index 537ebab..05e147f 100644 --- a/rakia/sip-session.c +++ b/rakia/sip-session.c @@ -1003,16 +1003,6 @@ priv_update_remote_media (RakiaSipSession *self, gboolean authoritative) sdp->sdp_bandwidths); - /* A remote media requesting to enable sending would need local approval. - * Also, if there have been any local media updates pending a re-INVITE, - * keep or bump the pending remote send flag on the medias: it will - * be resolved in the next re-INVITE transaction */ -#if 0 - pending_send_mask = TP_MEDIA_STREAM_PENDING_LOCAL_SEND; - if (priv->pending_offer) - pending_send_mask |= TP_MEDIA_STREAM_PENDING_REMOTE_SEND; -#endif - sdp_media = sdp->sdp_media; /* note: for each session, we maintain an ordered list of -- cgit v1.2.3