mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
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:
parent
85f4772a4f
commit
7229a07b6c
@ -51,8 +51,6 @@ typedef enum
|
||||
|
||||
typedef struct _MetaWindowActorPrivate
|
||||
{
|
||||
ClutterActor parent;
|
||||
|
||||
MetaWindow *window;
|
||||
MetaCompositor *compositor;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user