surface-actor: Remove unused field

This commit is contained in:
Jasper St. Pierre 2013-11-21 17:29:38 -05:00
parent 858db7081a
commit 7d88b3593b

View File

@ -22,7 +22,6 @@ struct _MetaSurfaceActorPrivate
{
MetaShapedTexture *texture;
MetaWaylandBuffer *buffer;
Pixmap pixmap;
};
G_DEFINE_TYPE (MetaSurfaceActor, meta_surface_actor, CLUTTER_TYPE_ACTOR);