forked from AuroraMiddleware/gtk
menu item: Remove an unused member
Nobody is reading or writing this field, so we can do without it.
This commit is contained in:
parent
2ba957364d
commit
dd01f2d407
@ -39,7 +39,6 @@ struct _GtkMenuItemPrivate
|
|||||||
GtkAction *action;
|
GtkAction *action;
|
||||||
GtkActionHelper *action_helper;
|
GtkActionHelper *action_helper;
|
||||||
|
|
||||||
guint show_submenu_indicator : 1;
|
|
||||||
guint submenu_placement : 1;
|
guint submenu_placement : 1;
|
||||||
guint submenu_direction : 1;
|
guint submenu_direction : 1;
|
||||||
guint right_justify : 1;
|
guint right_justify : 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user