summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-07 19:47:49 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-08 20:18:49 +0100
commit4ca81cc6a8d0c81f4befdccaf0d33000aabcab57 (patch)
treeedb8aa9e1cd0093ec63e331793900fd1df17456c
parent847323be0ed998d981f6425f079316f76cc6f029 (diff)
Stop using tp_dbus_properties_mixin_iface_init which has been removed
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144
-rw-r--r--src/connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection.c b/src/connection.c
index fccfd8a..a719b82 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -61,8 +61,6 @@ enum
G_DEFINE_TYPE_WITH_CODE(HazeConnection,
haze_connection,
TP_TYPE_BASE_CONNECTION,
- G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
- tp_dbus_properties_mixin_iface_init);
G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE1,
tp_presence_mixin_iface_init);
G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING1,