menu: Remove seen_item_enter flag

Unused.
This commit is contained in:
Timm Bäder
2018-08-05 12:25:23 +02:00
parent afdeffd820
commit dcb6c9b4cf
2 changed files with 0 additions and 3 deletions

View File

@@ -1529,8 +1529,6 @@ gtk_menu_popup_internal (GtkMenu *menu,
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
*/
parent = GTK_WIDGET (menu);

View File

@@ -89,7 +89,6 @@ struct _GtkMenuPrivate
guint lower_arrow_prelight : 1;
guint have_layout : 1;
guint seen_item_enter : 1;
guint ignore_button_release : 1;
guint no_toggle_size : 1;
guint drag_already_pressed : 1;