mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
surface-actor: Remove unused field
This commit is contained in:
parent
858db7081a
commit
7d88b3593b
@ -22,7 +22,6 @@ struct _MetaSurfaceActorPrivate
|
|||||||
{
|
{
|
||||||
MetaShapedTexture *texture;
|
MetaShapedTexture *texture;
|
||||||
MetaWaylandBuffer *buffer;
|
MetaWaylandBuffer *buffer;
|
||||||
Pixmap pixmap;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
G_DEFINE_TYPE (MetaSurfaceActor, meta_surface_actor, CLUTTER_TYPE_ACTOR);
|
G_DEFINE_TYPE (MetaSurfaceActor, meta_surface_actor, CLUTTER_TYPE_ACTOR);
|
||||||
|
Loading…
Reference in New Issue
Block a user