]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/directx.c
Remove unused parameter
[vlc] / modules / video_output / msw / directx.c
index 006e87b71096b419d696c09634aff204fa8bb677..e3242794e711e99457812a2e57adf76efdf4f800 100644 (file)
@@ -279,7 +279,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 );