menu: Remove seen_item_enter flag
Unused.
This commit is contained in:
@@ -1529,8 +1529,6 @@ gtk_menu_popup_internal (GtkMenu *menu,
|
|||||||
|
|
||||||
menu_shell->priv->parent_menu_shell = parent_menu_shell;
|
menu_shell->priv->parent_menu_shell = parent_menu_shell;
|
||||||
|
|
||||||
priv->seen_item_enter = FALSE;
|
|
||||||
|
|
||||||
/* Find the last viewable ancestor, and make an X grab on it
|
/* Find the last viewable ancestor, and make an X grab on it
|
||||||
*/
|
*/
|
||||||
parent = GTK_WIDGET (menu);
|
parent = GTK_WIDGET (menu);
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ struct _GtkMenuPrivate
|
|||||||
guint lower_arrow_prelight : 1;
|
guint lower_arrow_prelight : 1;
|
||||||
|
|
||||||
guint have_layout : 1;
|
guint have_layout : 1;
|
||||||
guint seen_item_enter : 1;
|
|
||||||
guint ignore_button_release : 1;
|
guint ignore_button_release : 1;
|
||||||
guint no_toggle_size : 1;
|
guint no_toggle_size : 1;
|
||||||
guint drag_already_pressed : 1;
|
guint drag_already_pressed : 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user