diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-27 17:08:40 +0100 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-02 12:34:19 +0100 |
| commit | b1d29352bc98194d2decbef592eb72212b651492 (patch) | |
| tree | eac7e41b0b7f4d7b7d3730f55c3b8bead5b2ab46 | |
| parent | d547aa537bb9e9564cdadccf12a3cce815aa43ee (diff) | |
Get rid of vestigial Capabilities code
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69885
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| -rw-r--r-- | 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 c04b63c0..24722927 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, |
