[telepathy-gabble/master] Remove unused variable

Will Thompson will.thompson at collabora.co.uk
Mon Jun 29 03:40:42 PDT 2009


---
 src/jingle-transport-rawudp.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/jingle-transport-rawudp.c b/src/jingle-transport-rawudp.c
index f7cea64..d3e217f 100644
--- a/src/jingle-transport-rawudp.c
+++ b/src/jingle-transport-rawudp.c
@@ -331,7 +331,6 @@ new_local_candidates (GabbleJingleTransportIface *obj, GList *new_candidates)
   GabbleJingleTransportRawUdp *transport =
     GABBLE_JINGLE_TRANSPORT_RAWUDP (obj);
   GabbleJingleTransportRawUdpPrivate *priv = transport->priv;
-  JingleContentState state;
 
   if (priv->local_candidates != NULL)
     {
@@ -340,8 +339,6 @@ new_local_candidates (GabbleJingleTransportIface *obj, GList *new_candidates)
       return;
     }
 
-  g_object_get (priv->content, "state", &state, NULL);
-
   priv->local_candidates = new_candidates;
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list