[gtk+] Remove pack property altogether



commit 32bfc980c15b13e7ddf91cfe143e39513f40b3a1
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 4 02:06:03 2011 -0500

    Remove pack property altogether

 gtk/gtknotebook.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 2c42175..8b7cceb 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -261,7 +261,6 @@ struct _GtkNotebookPage
   guint default_tab  : 1;	/* If true, we create the tab label ourself */
   guint expand       : 1;
   guint fill         : 1;
-  guint pack         : 1;
   guint reorderable  : 1;
   guint detachable   : 1;
 
@@ -4450,7 +4449,6 @@ gtk_notebook_real_insert_page (GtkNotebook *notebook,
   page->menu_label = menu_label;
   page->expand = FALSE;
   page->fill = TRUE;
-  page->pack = GTK_PACK_START; 
 
   if (!menu_label)
     page->default_menu = TRUE;



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