summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:37:14 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:37:14 +0200
commit307992ae031269f0b75fe658194025e5ede84405 (patch)
treef4cd486dd830bd2a26294bd5ee8c7d1b85a4a762
parent8db54668e33fb516547fc69a92268a9e0b37fa3c (diff)
downloadtelepathy-haze-307992ae031269f0b75fe658194025e5ede84405.tar.gz
stop calling tp_dbus_properties_mixin_class_init()
It's been removed.
-rw-r--r--src/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index 598cc70..697fe17 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -925,7 +925,6 @@ haze_connection_class_init (HazeConnectionClass *klass)
g_object_class_install_property (object_class, PROP_PRPL_INFO, param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CONNECTION_INTERFACE_MAIL_NOTIFICATION1,
haze_connection_mail_properties_getter, NULL, mail_props);