# HG changeset patch # User Mike Ruprecht # Date 1231151331 0 # Node ID b2b7341c8523eaf90ab0ca862344ca469404befc # Parent 23da1deb7284ee7f4268896359cd353b2cfb5345 Remove unused variables. diff -r 23da1deb7284 -r b2b7341c8523 libpurple/protocols/jabber/jingle/rtp.c --- 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); }