X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c..bb1d979d8d69bd8c90a9c552c6b8af20305501f4:/QuartzCore/CDStructures.h diff --git a/QuartzCore/CDStructures.h b/QuartzCore/CDStructures.h index 5e23a12..4509c5f 100644 --- a/QuartzCore/CDStructures.h +++ b/QuartzCore/CDStructures.h @@ -139,18 +139,6 @@ struct _CALayerArrayIvars { char retained; }; -struct _CALayerIvars { - int refcount; - unsigned int flags; - unsigned int parent; - void *sublayers; - CALayer *mask; - struct _CALayerState *state; - struct _CALayerState *previous_state; - struct _CALayerAnimation *animations; - unsigned int slots[3]; -}; - struct _CALayerState; struct _CARenderAnimation {