summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2010-07-19 13:08:18 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2010-08-19 13:22:55 +0100
commitb4463ae864beab551262778868c60104da572216 (patch)
treed1d35bf4716e37b66261292dfadc15f002d2b418
parent929dc974509a172d9a0ad6c3bd9931171e75ba9d (diff)
downloadtelepathy-mission-control-b4463ae864beab551262778868c60104da572216.tar.gz
Unused variable
-rw-r--r--src/mcd-dispatch-operation.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index f07e13ef..a6ca3cab 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -612,12 +612,10 @@ mcd_dispatch_operation_set_channel_handled_by (McdDispatchOperation *self,
McdChannel *channel,
const gchar *unique_name)
{
- const gchar *path;
TpChannel *tp_channel;
g_assert (unique_name != NULL);
- path = mcd_channel_get_object_path (channel);
tp_channel = mcd_channel_get_tp_channel (channel);
g_return_if_fail (tp_channel != NULL);