[empathy] contact_list_store_contact_update: remove useless show_protocol variable



commit 3b3954e6e71f30324c88a2d70cbcc5375a19aaae
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jan 18 12:34:28 2010 +0000

    contact_list_store_contact_update: remove useless show_protocol variable

 libempathy-gtk/empathy-contact-list-store.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c
index 1309836..91749e1 100644
--- a/libempathy-gtk/empathy-contact-list-store.c
+++ b/libempathy-gtk/empathy-contact-list-store.c
@@ -1112,7 +1112,6 @@ contact_list_store_contact_update (EmpathyContactListStore *store,
 	gboolean                    do_set_active = FALSE;
 	gboolean                    do_set_refresh = FALSE;
 	gboolean                    show_avatar = FALSE;
-	gboolean                    show_protocol = FALSE;
 	GdkPixbuf                  *pixbuf_avatar;
 	GdkPixbuf                  *pixbuf_status;
 
@@ -1207,9 +1206,6 @@ contact_list_store_contact_update (EmpathyContactListStore *store,
 	if (priv->show_avatars && !priv->is_compact) {
 		show_avatar = TRUE;
 	}
-	if (priv->show_protocols && !priv->is_compact) {
-		show_protocol = TRUE;
-	}
 	pixbuf_avatar = empathy_pixbuf_avatar_from_contact_scaled (contact, 32, 32);
 	pixbuf_status = contact_list_store_get_contact_status_icon (store, contact);
 	for (l = iters; l && set_model; l = l->next) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]