]> git.0d.be Git - empathy.git/commitdiff
contact_list_store_update_list_mode_foreach: remove useless show_protocol variable
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 Jan 2010 12:34:54 +0000 (12:34 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 25 Jan 2010 16:04:20 +0000 (16:04 +0000)
libempathy-gtk/empathy-contact-list-store.c

index 91749e16fd86a329bbb1c815651ee32bd00bdd00..08e6f59c152d7d76a0d9b743e0ead89b0eb86daa 100644 (file)
@@ -1641,7 +1641,6 @@ contact_list_store_update_list_mode_foreach (GtkTreeModel           *model,
 {
        EmpathyContactListStorePriv *priv;
        gboolean                     show_avatar = FALSE;
-       gboolean                     show_protocol = FALSE;
        EmpathyContact              *contact;
        GdkPixbuf                   *pixbuf_status;
 
@@ -1650,9 +1649,6 @@ contact_list_store_update_list_mode_foreach (GtkTreeModel           *model,
        if (priv->show_avatars && !priv->is_compact) {
                show_avatar = TRUE;
        }
-       if (priv->show_protocols && !priv->is_compact) {
-               show_protocol = TRUE;
-       }
 
        gtk_tree_model_get (model, iter,
                            EMPATHY_CONTACT_LIST_STORE_COL_CONTACT, &contact,