]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/alsa.c
Remove unused parameter
[vlc] / modules / audio_output / alsa.c
index 3dbd8b70698f7b2c847ba10fa6835a3f132f5074..7f841fc6dbf67cfbc7f53b4c2a9820778df2f768 100644 (file)
@@ -685,7 +685,7 @@ static int Open( vlc_object_t *p_this )
 
     /* Create ALSA thread and wait for its readiness. */
     if( vlc_thread_create( p_aout, "aout", ALSAThread,
-                           VLC_THREAD_PRIORITY_OUTPUT, false ) )
+                           VLC_THREAD_PRIORITY_OUTPUT ) )
     {
         msg_Err( p_aout, "cannot create ALSA thread (%m)" );
         goto error;