[Telepathy-commits] [telepathy-gabble/master] Remove unused google_mode flag from parse_description
Will Thompson
will.thompson at collabora.co.uk
Thu Feb 26 09:33:05 PST 2009
---
src/jingle-media-rtp.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/jingle-media-rtp.c b/src/jingle-media-rtp.c
index a0f2aab..d98d5e8 100644
--- a/src/jingle-media-rtp.c
+++ b/src/jingle-media-rtp.c
@@ -231,7 +231,6 @@ parse_description (GabbleJingleContent *content,
GabbleJingleMediaRtp *self = GABBLE_JINGLE_MEDIA_RTP (content);
GabbleJingleMediaRtpPrivate *priv = self->priv;
JingleMediaType mtype = JINGLE_MEDIA_TYPE_NONE;
- gboolean google_mode = FALSE;
GList *codecs = NULL;
LmMessageNode *node;
@@ -271,7 +270,6 @@ parse_description (GabbleJingleContent *content,
NS_GOOGLE_SESSION_PHONE, NULL))
{
mtype = JINGLE_MEDIA_TYPE_AUDIO;
- google_mode = TRUE;
}
else
{
--
1.5.6.5
More information about the telepathy-commits
mailing list