telepathy-gabble: muc-factory: stop exposing Tubes channels in RCCs

Jonny Lamb jonny at kemper.freedesktop.org
Tue Aug 28 06:19:31 PDT 2012


Module: telepathy-gabble
Branch: master
Commit: 88777ca5ca7847d6f7b27a590d26f283a286f7ad
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=88777ca5ca7847d6f7b27a590d26f283a286f7ad

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Fri Mar 23 18:51:37 2012 -0400

muc-factory: stop exposing Tubes channels in RCCs

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 src/muc-factory.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/muc-factory.c b/src/muc-factory.c
index ab1de5b..3aabbdf 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -1148,11 +1148,6 @@ gabble_muc_factory_type_foreach_channel_class (GType type,
   func (type, table, muc_channel_allowed_properties,
       user_data);
 
-  /* Channel.Type.Tubes */
-  g_value_set_static_string (channel_type_value, TP_IFACE_CHANNEL_TYPE_TUBES);
-  func (type, table, muc_tubes_channel_allowed_properties,
-      user_data);
-
   /* Muc Channel.Type.StreamTube */
   g_value_set_static_string (channel_type_value,
       TP_IFACE_CHANNEL_TYPE_STREAM_TUBE);



More information about the telepathy-commits mailing list