]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/glwin32.c
Remove unused parameter
[vlc] / modules / video_output / msw / glwin32.c
index af231693c36f53b142a77fa609b8a8fa2a2f8abe..10f6bd8d834d06ce5925f44ccc8d39d533c14a74 100644 (file)
@@ -136,7 +136,7 @@ static int OpenVideo( vlc_object_t *p_this )
     p_vout->p_sys->p_event->p_vout = p_vout;
     p_vout->p_sys->p_event->window_ready = CreateEvent( NULL, TRUE, FALSE, NULL );
     if( vlc_thread_create( p_vout->p_sys->p_event, "Vout Events Thread",
-                           EventThread, 0, false ) )
+                           EventThread, 0 ) )
     {
         msg_Err( p_vout, "cannot create Vout EventThread" );
         CloseHandle( p_vout->p_sys->p_event->window_ready );