vlc | branch: master | Felix Paul Kühne <[email protected]> | Sat May 25 18:15:59 2013 +0200| [effa2ea1fa55646e50be86ccb05557a16b5278d8] | committer: Felix Paul Kühne
vout_ios2: remove debug > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=effa2ea1fa55646e50be86ccb05557a16b5278d8 --- modules/video_output/ios2.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/video_output/ios2.m b/modules/video_output/ios2.m index e1ccf87..1aa0ce2 100644 --- a/modules/video_output/ios2.m +++ b/modules/video_output/ios2.m @@ -449,7 +449,6 @@ static void OpenglESSwap(vlc_gl_t *gl) - (void)resetBuffers { if (_bufferNeedReset) { - NSLog(@"actually resetting buffers"); [self destroyBuffers]; [self createBuffers]; _bufferNeedReset = NO; @@ -458,7 +457,6 @@ static void OpenglESSwap(vlc_gl_t *gl) - (void)layoutSubviews { - NSLog(@"layoutSubviews"); /* this method is called as soon as we are resized. * so set a variable to re-create our buffers on the next clean event */ _bufferNeedReset = YES; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
