mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
window-actor: Remove left-over parent field
The commit commit 60f7ff3a69255468974154d84fa5a06547314907 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:
parent
85f4772a4f
commit
7229a07b6c
@ -51,8 +51,6 @@ typedef enum
|
|||||||
|
|
||||||
typedef struct _MetaWindowActorPrivate
|
typedef struct _MetaWindowActorPrivate
|
||||||
{
|
{
|
||||||
ClutterActor parent;
|
|
||||||
|
|
||||||
MetaWindow *window;
|
MetaWindow *window;
|
||||||
MetaCompositor *compositor;
|
MetaCompositor *compositor;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user