frames: Drop unused class member

Everything just uses gtk_window_get_child() to get the content.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3611>
This commit is contained in:
Sebastian Keller 2024-02-21 22:51:08 +01:00 committed by Marge Bot
parent 9fd0f3f2dc
commit 9bac742ba5

View File

@ -30,7 +30,6 @@
struct _MetaFrame
{
GtkWindow parent_instance;
GtkWidget *content;
Atom atom__NET_WM_VISIBLE_NAME;
Atom atom__NET_WM_NAME;
Atom atom__MOTIF_WM_HINTS;