summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-contact-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/base-contact-list.c')
-rw-r--r--telepathy-glib/base-contact-list.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/telepathy-glib/base-contact-list.c b/telepathy-glib/base-contact-list.c
index 7e6275308..d24e5ce2d 100644
--- a/telepathy-glib/base-contact-list.c
+++ b/telepathy-glib/base-contact-list.c
@@ -2008,8 +2008,6 @@ tp_base_contact_list_set_list_received (TpBaseContactList *self)
if (TP_IS_CONTACT_GROUP_LIST (self))
{
GStrv groups = tp_base_contact_list_dup_groups (self);
- GHashTableIter h_iter;
- gpointer channel;
tp_base_contact_list_groups_created (self,
(const gchar * const *) groups, -1);
@@ -2024,11 +2022,6 @@ tp_base_contact_list_set_list_received (TpBaseContactList *self)
tp_handle_set_destroy (members);
}
- g_hash_table_iter_init (&h_iter, self->priv->groups);
-
- while (g_hash_table_iter_next (&h_iter, NULL, &channel))
- tp_base_contact_list_announce_channel (self, channel, NULL);
-
g_strfreev (groups);
}