window-actor: Remove left-over parent field

The commit

commit 60f7ff3a69
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Fri Dec 21 18:12:49 2018 -0200

    window-actor: Turn into a derivable class

made the previous instance struct a instance private struct, but didn't
remove the parent field. Since it's unused, there is no point in keeping
it around, so lets drop it.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/658
This commit is contained in:
Jonas Ådahl 2019-06-27 15:06:16 +02:00
parent 85f4772a4f
commit 7229a07b6c

View File

@ -51,8 +51,6 @@ typedef enum
typedef struct _MetaWindowActorPrivate
{
ClutterActor parent;
MetaWindow *window;
MetaCompositor *compositor;