telepathy-gabble: private-tubes-factory: remove Tubes channels from RCCs
Jonny Lamb
jonny at kemper.freedesktop.org
Tue Aug 28 06:19:30 PDT 2012
Module: telepathy-gabble
Branch: master
Commit: 867dea173d0c9ac876199fca0b532ff1126987d6
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=867dea173d0c9ac876199fca0b532ff1126987d6
Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date: Thu Mar 15 16:41:39 2012 -0400
private-tubes-factory: remove Tubes channels from RCCs
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/private-tubes-factory.c | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index bb0294a..8b5b28b 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -978,24 +978,6 @@ gabble_private_tubes_factory_type_foreach_channel_class (GType type,
GHashTable *table;
GValue *value;
- /* 1-1 Channel.Type.Tubes */
- table = g_hash_table_new_full (g_str_hash, g_str_equal, NULL,
- (GDestroyNotify) tp_g_value_slice_free);
-
- value = tp_g_value_slice_new (G_TYPE_STRING);
- g_value_set_static_string (value, TP_IFACE_CHANNEL_TYPE_TUBES);
- g_hash_table_insert (table, TP_PROP_CHANNEL_CHANNEL_TYPE,
- value);
-
- value = tp_g_value_slice_new (G_TYPE_UINT);
- g_value_set_uint (value, TP_HANDLE_TYPE_CONTACT);
- g_hash_table_insert (table, TP_PROP_CHANNEL_TARGET_HANDLE_TYPE,
- value);
-
- func (type, table, old_tubes_channel_allowed_properties, user_data);
-
- g_hash_table_unref (table);
-
/* 1-1 Channel.Type.StreamTube */
table = g_hash_table_new_full (g_str_hash, g_str_equal, NULL,
(GDestroyNotify) tp_g_value_slice_free);
More information about the telepathy-commits
mailing list