]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/directx.c
Remove unused parameter
[vlc] / modules / audio_output / directx.c
index 1a6b504628469fc7901666d0c5a44994a404a0e3..ba40b85044662d959055459fbe19752839431b1f 100644 (file)
@@ -389,7 +389,7 @@ static int OpenAudio( vlc_object_t *p_this )
     if( vlc_thread_create( p_aout->output.p_sys->p_notif,
                            "DirectSound Notification Thread",
                            DirectSoundThread,
-                           VLC_THREAD_PRIORITY_HIGHEST, false ) )
+                           VLC_THREAD_PRIORITY_HIGHEST ) )
     {
         msg_Err( p_aout, "cannot create DirectSoundThread" );
         CloseHandle( p_aout->output.p_sys->p_notif->event );