[gtk: 1/3] gdk/popup-layout: Remove leftover struct field
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/3] gdk/popup-layout: Remove leftover struct field
- Date: Sat, 22 Feb 2020 00:28:51 +0000 (UTC)
commit 1d6100e7b0d4572853c00cfe49ab031072e11e4a
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Fri Feb 21 21:28:03 2020 +0100
gdk/popup-layout: Remove leftover struct field
The layouts never "seal", as they did in an earlier revision, so remove
the seal field.
gdk/gdkpopuplayout.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/gdk/gdkpopuplayout.c b/gdk/gdkpopuplayout.c
index 7bc7704c64..4509944c55 100644
--- a/gdk/gdkpopuplayout.c
+++ b/gdk/gdkpopuplayout.c
@@ -33,8 +33,6 @@ struct _GdkPopupLayout
GdkAnchorHints anchor_hints;
int dx;
int dy;
-
- gboolean is_sealed;
};
G_DEFINE_BOXED_TYPE (GdkPopupLayout, gdk_popup_layout,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]