[Telepathy-commits] [telepathy-gabble/master] gabble_olpc_buddy_view_constructor: remove useless priv pointer

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 18 07:30:34 PDT 2009


---
 src/olpc-buddy-view.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/olpc-buddy-view.c b/src/olpc-buddy-view.c
index 4298a93..19678b8 100644
--- a/src/olpc-buddy-view.c
+++ b/src/olpc-buddy-view.c
@@ -188,7 +188,6 @@ gabble_olpc_buddy_view_constructor (GType type,
   GabbleOlpcBuddyViewPrivate *priv;
   DBusGConnection *bus;
   TpBaseConnection *conn;
-  TpHandleRepoIface *contact_handles;
 
   obj = G_OBJECT_CLASS (gabble_olpc_buddy_view_parent_class)->
            constructor (type, n_props, props);
@@ -201,9 +200,6 @@ gabble_olpc_buddy_view_constructor (GType type,
   bus = tp_get_bus ();
   dbus_g_connection_register_g_object (bus, view->object_path, obj);
 
-  contact_handles = tp_base_connection_get_handles (conn,
-      TP_HANDLE_TYPE_CONTACT);
-
   if (priv->properties == NULL)
     {
       priv->properties = g_hash_table_new (g_direct_hash, g_direct_equal);
-- 
1.5.6.5




More information about the telepathy-commits mailing list