[Telepathy-commits] [telepathy-gabble/master] Remove implementation of GetStreamTubeSocketAddress on org.freedesktop.Telepathy.Channel.Type.StreamTube

Alban Crequy alban.crequy at collabora.co.uk
Fri Dec 5 09:42:44 PST 2008


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

diff --git a/src/tube-stream.c b/src/tube-stream.c
index 37e4b5a..06c4dd6 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2133,24 +2133,6 @@ gabble_tube_stream_accept_stream_tube (GabbleSvcChannelTypeStreamTube *iface,
 }
 
 /**
- * gabble_tube_stream_get_stream_tube_socket_address
- *
- * Implements D-Bus method GetStreamTubeSocketAddress
- * on org.freedesktop.Telepathy.Channel.Type.StreamTube
- */
-static void
-gabble_tube_stream_get_stream_tube_socket_address (
-    GabbleSvcChannelTypeStreamTube *iface,
-    DBusGMethodInvocation *context)
-{
-  GabbleTubeStream *self = GABBLE_TUBE_STREAM (iface);
-  GabbleTubeStreamPrivate *priv = GABBLE_TUBE_STREAM_GET_PRIVATE (self);
-
-  gabble_svc_channel_type_stream_tube_return_from_get_stream_tube_socket_address
-      (context, priv->address_type, priv->address);
-}
-
-/**
  * gabble_tube_stream_close_async:
  *
  * Implements D-Bus method Close
@@ -2258,6 +2240,5 @@ streamtube_iface_init (gpointer g_iface,
     klass, gabble_tube_stream_##x)
   IMPLEMENT(offer_stream_tube);
   IMPLEMENT(accept_stream_tube);
-  IMPLEMENT(get_stream_tube_socket_address);
 #undef IMPLEMENT
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list