]> git.sesse.net Git - vlc/blobdiff - modules/gui/qnx/aout.c
Remove unused parameter
[vlc] / modules / gui / qnx / aout.c
index 0dea8b81f6ea90a70e0f4e1cd693470204a0fe18..f0f8297cb727deb236e0f2dfd9897805b4016e31 100644 (file)
@@ -173,7 +173,7 @@ int OpenAudio( vlc_object_t *p_this )
 
     /* Create audio thread and wait for its readiness. */
     if( vlc_thread_create( p_aout, "aout", QNXaoutThread,
-                           VLC_THREAD_PRIORITY_OUTPUT, false ) )
+                           VLC_THREAD_PRIORITY_OUTPUT ) )
     {
         msg_Err( p_aout, "cannot create QNX audio thread (%m)" );
         CloseAudio( p_this );