From ebadb36962986d2225efc07659e0bf5d619c15c5 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 19 Jul 2011 13:25:02 +0200 Subject: [PATCH] notebook: Remove unused private member variable --- gtk/gtknotebook.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 16ccc7d72c..8cf23c40c3 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -164,7 +164,6 @@ struct _GtkNotebookPrivate guint during_reorder : 1; guint focus_out : 1; /* Flag used by ::move-focus-out implementation */ guint has_scrolled : 1; - guint have_visible_child : 1; guint in_child : 3; guint need_timer : 1; guint show_border : 1; @@ -1189,7 +1188,6 @@ gtk_notebook_init (GtkNotebook *notebook) priv->button = 0; priv->need_timer = 0; priv->child_has_focus = FALSE; - priv->have_visible_child = FALSE; priv->focus_out = FALSE; priv->has_before_previous = 1;