changeset 26074:b2b7341c8523

Remove unused variables.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 05 Jan 2009 10:28:51 +0000
parents 23da1deb7284
children f45301cc2c84
files libpurple/protocols/jabber/jingle/rtp.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jingle/rtp.c	Mon Jan 05 10:24:46 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/rtp.c	Mon Jan 05 10:28:51 2009 +0000
@@ -35,8 +35,6 @@
 struct _JingleRtpPrivate
 {
 	gchar *media_type;
-	gboolean candidates_ready;
-	gboolean codecs_ready;
 };
 
 #define JINGLE_RTP_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), JINGLE_TYPE_RTP, JingleRtpPrivate))
@@ -302,8 +300,6 @@
 				0, candidates));
 		g_list_free(candidates);
 
-		JINGLE_RTP_GET_PRIVATE(content)->candidates_ready = TRUE;
-
 		jingle_content_set_pending_transport(content, transport);
 		jingle_content_accept_transport(content);
 	}