1.1 --- a/Source/GGBLayer.h Wed Jul 09 17:07:45 2008 -0700
1.2 +++ b/Source/GGBLayer.h Fri Jul 18 13:26:59 2008 -0700
1.3 @@ -43,8 +43,6 @@
1.4 and update every other layer that shares the same style dictionary. */
1.5 - (void) setValue: (id)value ofStyleProperty: (NSString*)prop;
1.6
1.7 -- (CATransform3D) aggregateTransform;
1.8 -
1.9 @end
1.10
1.11
1.12 @@ -59,5 +57,3 @@
1.13 void EndDisableAnimations(void);
1.14
1.15 CGColorRef GetEffectiveBackground( CALayer *layer );
1.16 -
1.17 -NSString* StringFromTransform3D( CATransform3D xform );