]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/plugin.c
Remove unused parameter
[vlc] / modules / visualization / galaktos / plugin.c
index 94b75a3aa17f339d3f5b4eebbbf72783a6b11fef..99712ef1c7be6163d05593ec151ef5187194f6bc 100644 (file)
@@ -121,7 +121,7 @@ static int Open( vlc_object_t *p_this )
     p_thread->psz_title = TitleGet( VLC_OBJECT( p_filter ) );
 
     if( vlc_thread_create( p_thread, "galaktos update thread", Thread,
-                           VLC_THREAD_PRIORITY_LOW, false ) )
+                           VLC_THREAD_PRIORITY_LOW ) )
     {
         msg_Err( p_filter, "cannot lauch galaktos thread" );
         free( p_thread->psz_title );