Commit eed478c2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

projectM: dead code

parent 74fdea08
...@@ -467,8 +467,6 @@ static void *Thread( void *p_data ) ...@@ -467,8 +467,6 @@ static void *Thread( void *p_data )
assert(0); assert(0);
error: error:
if (gl)
vlc_gl_ReleaseCurrent( gl );
p_sys->b_error = true; p_sys->b_error = true;
vlc_sem_post( &p_sys->ready ); vlc_sem_post( &p_sys->ready );
return NULL; return NULL;
......
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