[Telepathy-commits] [telepathy-salut/master] tube-stream: remove connection signal that doesn't make sense

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:23 PDT 2009


---
 src/tube-stream.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index 7db3d64..0626116 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2229,15 +2229,6 @@ salut_tube_stream_check_params (TpSocketAddressType address_type,
     }
 }
 
-static void
-stream_tube_new_connection_cb (SalutTubesChannel *self,
-                               guint contact,
-                               gpointer user_data)
-{
-  salut_svc_channel_type_stream_tube_emit_stream_tube_new_connection (
-      self, contact);
-}
-
 /**
  * salut_tube_stream_offer_stream_tube
  *
@@ -2297,9 +2288,6 @@ salut_tube_stream_offer_stream_tube (SalutSvcChannelTypeStreamTube *iface,
           self, SALUT_TUBE_CHANNEL_STATE_REMOTE_PENDING);
     }
 
-  g_signal_connect (self, "new-connection",
-      G_CALLBACK (stream_tube_new_connection_cb), self);
-
   salut_svc_channel_type_stream_tube_return_from_offer_stream_tube (context);
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list