aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-view.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index bd432f261..15d0926e7 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -992,13 +992,6 @@ contact_list_view_text_cell_data_func (GtkTreeViewColumn *tree_column,
EMPATHY_CONTACT_LIST_STORE_COL_NAME, &name,
-1);
-#if HAVE_FAVOURITE_CONTACTS
- if (is_group && !g_strcmp0 (name, EMPATHY_GROUP_FAVOURITES)) {
- g_free (name);
- name = g_strdup (_(EMPATHY_GROUP_FAVOURITES));
- }
-#endif /* HAVE_FAVOURITE_CONTACTS */
-
g_object_set (cell,
"show-status", show_status,
"text", name,