telepathy-mission-control: Get rid of vestigial Capabilities code
Simon McVittie
smcv at kemper.freedesktop.org
Wed Oct 2 06:15:42 PDT 2013
Module: telepathy-mission-control
Branch: master
Commit: b1d29352bc98194d2decbef592eb72212b651492
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=b1d29352bc98194d2decbef592eb72212b651492
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 27 17:08:40 2013 +0100
Get rid of vestigial Capabilities code
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69885
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
src/mcd-connection.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index c04b63c..2472292 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -105,7 +105,6 @@ struct _McdConnectionPrivate
TpConnectionStatusReason abort_reason;
guint got_contact_capabilities : 1;
guint has_presence_if : 1;
- guint has_capabilities_if : 1;
guint has_contact_capabilities_if : 1;
guint has_power_saving_if : 1;
@@ -1097,8 +1096,6 @@ on_connection_ready (GObject *source_object, GAsyncResult *result,
priv->has_presence_if = tp_proxy_has_interface_by_id
(tp_conn, TP_IFACE_QUARK_CONNECTION_INTERFACE_SIMPLE_PRESENCE);
- priv->has_capabilities_if = tp_proxy_has_interface_by_id (tp_conn,
- TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES);
priv->has_contact_capabilities_if = tp_proxy_has_interface_by_id (tp_conn,
TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_CAPABILITIES);
priv->has_power_saving_if = tp_proxy_has_interface_by_id (tp_conn,
More information about the telepathy-commits
mailing list