[Telepathy-commits] [telepathy-gabble/master] conn-requests: manager_request_already_satisfied_cb: no need to assume that the channel implements TpChannelIface - GabbleExportableChannel has object-path too
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Aug 20 09:38:34 PDT 2008
20080730150728-53eee-e5e42985e235b5cbf978b74331a4d72436412a0e.gz
---
src/conn-requests.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/conn-requests.c b/src/conn-requests.c
index 1eabdd2..24c65e3 100644
--- a/src/conn-requests.c
+++ b/src/conn-requests.c
@@ -984,9 +984,6 @@ manager_request_already_satisfied_cb (GabbleChannelManager *manager,
g_assert (GABBLE_IS_EXPORTABLE_CHANNEL (channel));
g_assert (GABBLE_IS_CONNECTION (self));
- /* FIXME: it's assumed to implement TpChannelIface */
- g_assert (TP_IS_CHANNEL_IFACE (channel));
-
g_object_get (channel,
"object-path", &object_path,
NULL);
--
1.5.6.3
More information about the Telepathy-commits
mailing list