diff -r 73f8c889f053 -r 7c9ecb09a612 Source/GGBLayer.h --- a/Source/GGBLayer.h Wed Jul 09 17:07:45 2008 -0700 +++ b/Source/GGBLayer.h Fri Jul 18 13:26:59 2008 -0700 @@ -43,8 +43,6 @@ and update every other layer that shares the same style dictionary. */ - (void) setValue: (id)value ofStyleProperty: (NSString*)prop; -- (CATransform3D) aggregateTransform; - @end @@ -59,5 +57,3 @@ void EndDisableAnimations(void); CGColorRef GetEffectiveBackground( CALayer *layer ); - -NSString* StringFromTransform3D( CATransform3D xform );