summaryrefslogtreecommitdiff
path: root/telepathy-glib/automatic-proxy-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-14 08:39:10 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-16 16:18:58 +0100
commit07346be4436536301dfed37498f5a8f346e46832 (patch)
treede5c3cf6fbee62719b1116c1d623faf4b1e7e13e /telepathy-glib/automatic-proxy-factory.c
parentfe3a95ccec0452a65ee81782d69f7e62099a3eaf (diff)
downloadtelepathy-glib-07346be4436536301dfed37498f5a8f346e46832.tar.gz
automatic_proxy_factory_dup_channel: the channel arg is now used
Diffstat (limited to 'telepathy-glib/automatic-proxy-factory.c')
-rw-r--r--telepathy-glib/automatic-proxy-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/automatic-proxy-factory.c b/telepathy-glib/automatic-proxy-factory.c
index 4043c3c54..33fb1e412 100644
--- a/telepathy-glib/automatic-proxy-factory.c
+++ b/telepathy-glib/automatic-proxy-factory.c
@@ -194,7 +194,7 @@ tp_automatic_proxy_factory_dup_channel_features_impl (TpChannel *channel)
static GArray *
tp_automatic_proxy_factory_obj_dup_channel_features (
TpClientChannelFactory *self G_GNUC_UNUSED,
- TpChannel *channel G_GNUC_UNUSED)
+ TpChannel *channel)
{
return tp_automatic_proxy_factory_dup_channel_features_impl (channel);
}
@@ -202,7 +202,7 @@ tp_automatic_proxy_factory_obj_dup_channel_features (
static GArray *
tp_automatic_proxy_factory_dup_channel_features (
TpClientChannelFactoryInterface *iface G_GNUC_UNUSED,
- TpChannel *channel G_GNUC_UNUSED)
+ TpChannel *channel)
{
return tp_automatic_proxy_factory_dup_channel_features_impl (channel);
}