Browse Source

vsxu: remove no-op

pull/52/head
Rémi Denis-Courmont 9 years ago
parent
commit
4246e218c1
  1. 6
      modules/visualization/vsxu.cpp

6
modules/visualization/vsxu.cpp

@ -305,11 +305,7 @@ static void *Thread( void *p_data )
if (intro) intro->draw();
// swap buffers etc.
if( !vlc_gl_Lock(gl) )
{
vlc_gl_Swap( gl );
vlc_gl_Unlock( gl );
}
vlc_gl_Swap( gl );
}
// stop vsxu nicely (unloads textures and frees memory)

Loading…
Cancel
Save