[empathy/next] stop calling tp_dbus_properties_mixin_class_init()



commit 6483947995cb18fca248a6e41968f4aba118c65e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 16 16:38:25 2014 +0200

    stop calling tp_dbus_properties_mixin_class_init()
    
    It's been removed.

 tests/empathy-tls-test.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/empathy-tls-test.c b/tests/empathy-tls-test.c
index d75e629..e2f2ee8 100644
--- a/tests/empathy-tls-test.c
+++ b/tests/empathy-tls-test.c
@@ -144,8 +144,6 @@ mock_tls_certificate_class_init (MockTLSCertificateClass *klass)
       G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (oclass, PROP_CERTIFICATE_CHAIN_DATA, pspec);
 
-  tp_dbus_properties_mixin_class_init (oclass, 0);
-
   tp_dbus_properties_mixin_implement_interface (oclass,
       TP_IFACE_QUARK_AUTHENTICATION_TLS_CERTIFICATE,
       tp_dbus_properties_mixin_getter_gobject_properties,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]