[Telepathy-commits] [telepathy-mission-control/master] Remove leftovers of old code
Alberto Mardegan
alberto.mardegan at nokia.com
Mon Feb 2 00:00:19 PST 2009
---
src/mcd-channel.c | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/src/mcd-channel.c b/src/mcd-channel.c
index e314ca5..320a2ad 100644
--- a/src/mcd-channel.c
+++ b/src/mcd-channel.c
@@ -1049,23 +1049,9 @@ mcd_channel_new_request (GHashTable *properties, guint64 user_time,
const gchar *preferred_handler)
{
McdChannel *channel;
- guint handle;
- TpHandleType handle_type;
- const gchar *channel_type, *target_id;
McdChannelRequestData *crd;
- channel_type = tp_asv_get_string (properties,
- TP_IFACE_CHANNEL ".ChannelType");
- target_id = tp_asv_get_string (properties,
- TP_IFACE_CHANNEL ".TargetID");
- handle = tp_asv_get_uint32 (properties,
- TP_IFACE_CHANNEL ".TargetHandle", NULL);
- handle_type =
- tp_asv_get_uint32 (properties,
- TP_IFACE_CHANNEL ".TargetHandleType", NULL);
-
channel = g_object_new (MCD_TYPE_CHANNEL,
- "type", channel_type,
"outgoing", TRUE,
NULL);
--
1.5.6.5
More information about the Telepathy-commits
mailing list