From: Pierre d'Herbemont Date: Mon, 7 Jan 2008 23:33:07 +0000 (+0000) Subject: MacOSX/Framework/VLCVideoCommon.m: Previous commit is crashy. Remove it, until we... X-Git-Tag: 0.9.0-test0~3567 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ebc34a37ac06241669eb06140b6ea004850bfc7a;p=vlc MacOSX/Framework/VLCVideoCommon.m: Previous commit is crashy. Remove it, until we find a proper solution. --- diff --git a/extras/MacOSX/Framework/Sources/VLCVideoCommon.m b/extras/MacOSX/Framework/Sources/VLCVideoCommon.m index 088b6b0ad6..e3fb8d1fd2 100644 --- a/extras/MacOSX/Framework/Sources/VLCVideoCommon.m +++ b/extras/MacOSX/Framework/Sources/VLCVideoCommon.m @@ -41,9 +41,6 @@ - (void)layoutSublayersOfLayer:(CALayer *)layer { - [CATransaction begin]; - [CATransaction setValue:[NSNumber numberWithBool:YES] forKey:kCATransactionDisableActions]; - /* After having done everything normally resize the vlcopengllayer */ if( [[layer sublayers] count] > 0 && [[[[layer sublayers] objectAtIndex:0] name] isEqualToString:@"vlcopengllayer"]) { @@ -62,7 +59,5 @@ videolayer.frame = videoRect; } - - [CATransaction commit]; } @end