aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-18 20:34:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-26 00:04:20 +0800
commit3b3954e6e71f30324c88a2d70cbcc5375a19aaae (patch)
tree817b051ca602ff18cd318583ffcb86b10936b1e4
parent2b6d806d6e22c20387f6cd9a9308c570dd4a7fb0 (diff)
downloadgsoc2013-empathy-3b3954e6e71f30324c88a2d70cbcc5375a19aaae.tar
gsoc2013-empathy-3b3954e6e71f30324c88a2d70cbcc5375a19aaae.tar.gz
gsoc2013-empathy-3b3954e6e71f30324c88a2d70cbcc5375a19aaae.tar.bz2
gsoc2013-empathy-3b3954e6e71f30324c88a2d70cbcc5375a19aaae.tar.lz
gsoc2013-empathy-3b3954e6e71f30324c88a2d70cbcc5375a19aaae.tar.xz
gsoc2013-empathy-3b3954e6e71f30324c88a2d70cbcc5375a19aaae.tar.zst
gsoc2013-empathy-3b3954e6e71f30324c88a2d70cbcc5375a19aaae.zip
contact_list_store_contact_update: remove useless show_protocol variable
-rw-r--r--libempathy-gtk/empathy-contact-list-store.c4
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 130983661..91749e16f 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) {