summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-call-channel.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-20 16:47:50 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-20 16:47:50 +0100
commit4988342c1ba7c174e248ba32f5a06a769cd2b9ad (patch)
tree655efaa5fbd0abd3bef2d9e85ca202b7114f50c2 /telepathy-glib/base-call-channel.c
parent270fbad7b136b76e31c20b7b4f0915174fb51a47 (diff)
downloadtelepathy-glib-4988342c1ba7c174e248ba32f5a06a769cd2b9ad.tar.gz
Use TpBaseChannel::get_interfaces() virtual method
Diffstat (limited to 'telepathy-glib/base-call-channel.c')
-rw-r--r--telepathy-glib/base-call-channel.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/telepathy-glib/base-call-channel.c b/telepathy-glib/base-call-channel.c
index bbc031f10..30c4421bb 100644
--- a/telepathy-glib/base-call-channel.c
+++ b/telepathy-glib/base-call-channel.c
@@ -129,10 +129,6 @@ G_DEFINE_ABSTRACT_TYPE_WITH_CODE (TpBaseCallChannel, tp_base_call_channel,
dtmf_iface_init)
)
-static const gchar *tp_base_call_channel_interfaces[] = {
- NULL
-};
-
/* properties */
enum
{
@@ -486,7 +482,6 @@ tp_base_call_channel_class_init (TpBaseCallChannelClass *klass)
object_class->finalize = tp_base_call_channel_finalize;
base_channel_class->channel_type = TP_IFACE_CHANNEL_TYPE_CALL;
- base_channel_class->interfaces = tp_base_call_channel_interfaces;
base_channel_class->fill_immutable_properties =
tp_base_call_channel_fill_immutable_properties;
base_channel_class->close = tp_base_call_channel_close;