Commit effa2ea1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

vout_ios2: remove debug

parent b43986a1
...@@ -449,7 +449,6 @@ static void OpenglESSwap(vlc_gl_t *gl) ...@@ -449,7 +449,6 @@ static void OpenglESSwap(vlc_gl_t *gl)
- (void)resetBuffers - (void)resetBuffers
{ {
if (_bufferNeedReset) { if (_bufferNeedReset) {
NSLog(@"actually resetting buffers");
[self destroyBuffers]; [self destroyBuffers];
[self createBuffers]; [self createBuffers];
_bufferNeedReset = NO; _bufferNeedReset = NO;
...@@ -458,7 +457,6 @@ static void OpenglESSwap(vlc_gl_t *gl) ...@@ -458,7 +457,6 @@ static void OpenglESSwap(vlc_gl_t *gl)
- (void)layoutSubviews - (void)layoutSubviews
{ {
NSLog(@"layoutSubviews");
/* this method is called as soon as we are resized. /* this method is called as soon as we are resized.
* so set a variable to re-create our buffers on the next clean event */ * so set a variable to re-create our buffers on the next clean event */
_bufferNeedReset = YES; _bufferNeedReset = YES;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment