pidgin.vv: 1fba088a: Remove unused variables.
maiku at soc.pidgin.im
maiku at soc.pidgin.im
Mon Jan 5 05:35:40 EST 2009
-----------------------------------------------------------------
Revision: 1fba088a3916648b1ce9e142426deac3d738b886
Ancestor: 12c6218e2f3cce4e3fedb1c9f560b040ea08607a
Author: maiku at soc.pidgin.im
Date: 2009-01-05T10:28:51
Branch: im.pidgin.pidgin.vv
URL: http://d.pidgin.im/viewmtn/revision/info/1fba088a3916648b1ce9e142426deac3d738b886
Modified files:
libpurple/protocols/jabber/jingle/rtp.c
ChangeLog:
Remove unused variables.
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/rtp.c fef05caabef8d3e91117bfb5760fc6b7e4fff26d
+++ libpurple/protocols/jabber/jingle/rtp.c 9509ca7de150f1aff11a187613dcf4e677747df9
@@ -35,8 +35,6 @@ struct _JingleRtpPrivate
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 @@ jingle_rtp_ready_cb(PurpleMedia *media,
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);
}
More information about the Commits
mailing list