[Telepathy-commits] [telepathy-gabble/master] gabble_olpc_activity_view_constructor: no need of contact_handles
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Mar 18 07:29:38 PDT 2009
---
src/olpc-activity-view.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/olpc-activity-view.c b/src/olpc-activity-view.c
index 378e328..41639ec 100644
--- a/src/olpc-activity-view.c
+++ b/src/olpc-activity-view.c
@@ -212,7 +212,6 @@ gabble_olpc_activity_view_constructor (GType type,
GabbleOlpcActivityViewPrivate *priv;
DBusGConnection *bus;
TpBaseConnection *conn;
- TpHandleRepoIface *contact_handles;
obj = G_OBJECT_CLASS (gabble_olpc_activity_view_parent_class)->
constructor (type, n_props, props);
@@ -225,9 +224,6 @@ gabble_olpc_activity_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