summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:38:07 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:38:07 +0200
commit7c509d1adba63d554ecb7bcc20c10586a7960ffa (patch)
treed37d6768079bd51b83b964b54aa0732c92efc50b
parent9435896881d23fee2f3377945fcc698f6618b2cd (diff)
downloadtelepathy-mission-control-next.tar.gz
stop calling tp_dbus_properties_mixin_class_init()next
It's been removed.
-rw-r--r--src/mcd-dispatcher.c1
-rw-r--r--src/request.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index bd26e0eb..ba74cbe6 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -855,7 +855,6 @@ mcd_dispatcher_class_init (McdDispatcherClass * klass)
TP_ARRAY_TYPE_DISPATCH_OPERATION_DETAILS_LIST,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CHANNEL_DISPATCHER,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, cd_props);
diff --git a/src/request.c b/src/request.c
index ce91b1f3..e569fffb 100644
--- a/src/request.c
+++ b/src/request.c
@@ -399,7 +399,6 @@ _mcd_request_class_init (
G_OBJECT_CLASS_TYPE (cls), G_SIGNAL_RUN_LAST, 0, NULL, NULL,
g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CHANNEL_REQUEST,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, request_props);