[Pkg-telepathy-commits] [telepathy-mission-control-6] 27/280: Get rid of vestigial Capabilities code

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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 file changed, 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list