[gnome-contacts/new-design] Remove now unused size group for borders



commit 2202f1601f7def0811f986b35debe7865b4ad1c3
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Dec 9 14:45:59 2011 +0100

    Remove now unused size group for borders

 src/contacts-contact-pane.vala |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 0b15299..5417e74 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -770,8 +770,6 @@ public class Contacts.PersonaSheet : Grid {
 
 
 public class Contacts.ContactPane : ScrolledWindow {
-  public SizeGroup border_size_group;
-
   private Store contacts_store;
   private Grid top_grid;
   private Grid card_grid;
@@ -914,7 +912,6 @@ public class Contacts.ContactPane : ScrolledWindow {
 
   public ContactPane (Store contacts_store) {
     this.contacts_store = contacts_store;
-    border_size_group = new SizeGroup (SizeGroupMode.HORIZONTAL);
 
     this.set_hexpand (true);
     this.set_vexpand (true);



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