remove unused mask pointer

This commit is contained in:
Campbell Barton
2012-08-06 19:31:34 +00:00
parent 86736412a0
commit 6498c054e0

View File

@@ -51,9 +51,6 @@ typedef struct Mask {
int flag; /* for anim info */
int pad;
/* XXX: cache data, remove as soon as rasterizer is multithreaded */
void *raster_cache;
} Mask;
typedef struct MaskParent {