mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
gdk/popup-layout: Remove leftover struct field
The layouts never "seal", as they did in an earlier revision, so remove the seal field.
This commit is contained in:
parent
112bc964cb
commit
1d6100e7b0
@ -33,8 +33,6 @@ struct _GdkPopupLayout
|
||||
GdkAnchorHints anchor_hints;
|
||||
int dx;
|
||||
int dy;
|
||||
|
||||
gboolean is_sealed;
|
||||
};
|
||||
|
||||
G_DEFINE_BOXED_TYPE (GdkPopupLayout, gdk_popup_layout,
|
||||
|
Loading…
Reference in New Issue
Block a user