[telepathy-gabble/master] Don't fetch "state" property without using it.
Will Thompson
will.thompson at collabora.co.uk
Sun Jun 28 08:37:31 PDT 2009
---
src/jingle-transport-iceudp.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/jingle-transport-iceudp.c b/src/jingle-transport-iceudp.c
index df3d56a..59355a8 100644
--- a/src/jingle-transport-iceudp.c
+++ b/src/jingle-transport-iceudp.c
@@ -473,9 +473,6 @@ new_local_candidates (GabbleJingleTransportIface *obj, GList *new_candidates)
GabbleJingleTransportIceUdp *transport =
GABBLE_JINGLE_TRANSPORT_ICEUDP (obj);
GabbleJingleTransportIceUdpPrivate *priv = transport->priv;
- JingleContentState state;
-
- g_object_get (priv->content, "state", &state, NULL);
priv->local_candidates = g_list_concat (priv->local_candidates,
new_candidates);
--
1.5.6.5
More information about the telepathy-commits
mailing list