]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/waveout.c
Remove unused parameter
[vlc] / modules / audio_output / waveout.c
index 44f916a3b2ccf5339340ce03d7f346b9eac921ce..049b76ab58be74a86e4608b75acf70a586531f44 100644 (file)
@@ -435,7 +435,7 @@ static int Open( vlc_object_t *p_this )
     /* Then launch the notification thread */
     if( vlc_thread_create( p_aout->output.p_sys->p_notif,
                            "waveOut Notification Thread", WaveOutThread,
-                           VLC_THREAD_PRIORITY_OUTPUT, false ) )
+                           VLC_THREAD_PRIORITY_OUTPUT ) )
     {
         msg_Err( p_aout, "cannot create WaveOutThread" );
     }