[gnome-contacts] addressbook-list: Remove commented out code



commit 79a1d1f08a03b22fe2d1b66f7abbf5182ac7cb27
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Nov 30 13:17:42 2020 +0100

    addressbook-list: Remove commented out code

 src/contacts-addressbook-list.vala | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/src/contacts-addressbook-list.vala b/src/contacts-addressbook-list.vala
index 6c8f2a9f..a7b26167 100644
--- a/src/contacts-addressbook-list.vala
+++ b/src/contacts-addressbook-list.vala
@@ -106,13 +106,6 @@ public class Contacts.AddressbookList : Gtk.ListBox {
       add (local_row);
     }
 
-    /*
-       if (select_active &&
-       local_store == this.contacts_store.aggregator.primary_store) {
-       row_activated (local_row);
-       }
-     */
-
     show_all ();
   }
 }


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