[Telepathy-commits] [telepathy-gabble/master] Don't assert that GabbleIMChannel is a TpChannelIface
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Aug 20 10:41:50 PDT 2008
20080731185033-53eee-2209e152b6fc87f0fa405eb34686f8ce9d795334.gz
---
src/im-factory.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/im-factory.c b/src/im-factory.c
index 0213979..4ca3569 100644
--- a/src/im-factory.c
+++ b/src/im-factory.c
@@ -459,9 +459,6 @@ _foreach_slave (gpointer key, gpointer value, gpointer user_data)
struct _ForeachData *data = user_data;
GabbleExportableChannel *chan = GABBLE_EXPORTABLE_CHANNEL (value);
- /* assert that it has both interfaces, for now */
- g_assert (TP_IS_CHANNEL_IFACE (chan));
-
data->func (chan, data->user_data);
}
--
1.5.6.3
More information about the Telepathy-commits
mailing list