summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);