From 32bfc980c15b13e7ddf91cfe143e39513f40b3a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 4 Jan 2011 02:06:03 -0500 Subject: [PATCH] Remove pack property altogether --- gtk/gtknotebook.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 2c421751fd..8b7cceb383 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;