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:
Jonas Ådahl 2020-02-21 21:28:03 +01:00
parent 112bc964cb
commit 1d6100e7b0

View File

@ -33,8 +33,6 @@ struct _GdkPopupLayout
GdkAnchorHints anchor_hints;
int dx;
int dy;
gboolean is_sealed;
};
G_DEFINE_BOXED_TYPE (GdkPopupLayout, gdk_popup_layout,