remove unused overflow_item field.

Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

	* gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
	overflow_item field.
This commit is contained in:
Soeren Sandmann 2003-07-31 13:09:29 +00:00 committed by Søren Sandmann Pedersen
parent 03e53fd340
commit e5d590d8fc
6 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Jul 31 15:29:28 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
overflow_item field.
Wed Jul 30 21:11:13 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()

View File

@ -1,3 +1,8 @@
Thu Jul 31 15:29:28 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
overflow_item field.
Wed Jul 30 21:11:13 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()

View File

@ -1,3 +1,8 @@
Thu Jul 31 15:29:28 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
overflow_item field.
Wed Jul 30 21:11:13 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()

View File

@ -1,3 +1,8 @@
Thu Jul 31 15:29:28 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
overflow_item field.
Wed Jul 30 21:11:13 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()

View File

@ -1,3 +1,8 @@
Thu Jul 31 15:29:28 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
overflow_item field.
Wed Jul 30 21:11:13 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()

View File

@ -55,7 +55,6 @@ struct _GtkToolItemPrivate
guint expand : 1;
guint pack_end : 1;
guint use_drag_window : 1;
guint overflow_item : 1;
GdkWindow *drag_window;