diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-05-16 16:37:30 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-05-16 16:37:30 +0200 |
commit | ab3ea2f6556a2b1b1daae3f3ec19e6c1f0f939de (patch) | |
tree | 3158a57499143515b8a9663961525724ec272ae2 | |
parent | 54072de97d6b1db20f321e39df7e68e701fd646f (diff) |
stop calling tp_dbus_properties_mixin_class_init()next
It's been removed.
-rw-r--r-- | src/sip-connection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sip-connection.c b/src/sip-connection.c index 1c288b0..bf96587 100644 --- a/src/sip-connection.c +++ b/src/sip-connection.c @@ -623,7 +623,6 @@ rakia_connection_class_init (RakiaConnectionClass *klass) #undef INST_PROP - tp_dbus_properties_mixin_class_init (object_class, 0); tp_dbus_properties_mixin_implement_interface (object_class, TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING1, conn_aliasing_properties_getter, NULL, conn_aliasing_properties); |