summaryrefslogtreecommitdiff
path: root/src/roomlist-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/roomlist-channel.c')
-rw-r--r--src/roomlist-channel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/roomlist-channel.c b/src/roomlist-channel.c
index 6ddf9080..bdaa5c99 100644
--- a/src/roomlist-channel.c
+++ b/src/roomlist-channel.c
@@ -41,8 +41,6 @@ G_DEFINE_TYPE_WITH_CODE (SalutRoomlistChannel, salut_roomlist_channel,
roomlist_iface_init);
);
-static const char *salut_roomlist_channel_interfaces[] = { NULL };
-
/* properties */
enum
{
@@ -130,7 +128,6 @@ salut_roomlist_channel_class_init (
object_class->finalize = salut_roomlist_channel_finalize;
base_class->channel_type = TP_IFACE_CHANNEL_TYPE_ROOM_LIST;
- base_class->interfaces = salut_roomlist_channel_interfaces;
base_class->target_handle_type = TP_HANDLE_TYPE_NONE;
base_class->fill_immutable_properties =
salut_roomlist_channel_fill_immutable_properties;