]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/portaudio.c
Remove unused parameter
[vlc] / modules / audio_output / portaudio.c
index 9f90d06d38356d0041d0409c7541b66e75580371..270d8ad293791b1b80900698df4206da2e80966c 100644 (file)
@@ -220,7 +220,7 @@ static int Open( vlc_object_t * p_this )
 
         /* Create PORTAUDIOThread */
         if( vlc_thread_create( pa_thread, "aout", PORTAUDIOThread,
-                               VLC_THREAD_PRIORITY_OUTPUT, false ) )
+                               VLC_THREAD_PRIORITY_OUTPUT ) )
         {
             msg_Err( p_aout, "cannot create PORTAUDIO thread" );
             return VLC_EGENERIC;