]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/atmo/AtmoThread.cpp
Remove unused parameter
[vlc] / modules / video_filter / atmo / AtmoThread.cpp
index cf96680a41368610bc23cab8e9a98ee9bb3ebfca..3670d54f24590b9c526a67d3e5aaa5f1c4b571f5 100644 (file)
@@ -138,8 +138,7 @@ void CThread::Run()
    if(vlc_thread_create( m_pAtmoThread,
                          "Atmo-CThread-Class",
                          CThread::ThreadProc,
-                         VLC_THREAD_PRIORITY_LOW,
-                         false ))
+                         VLC_THREAD_PRIORITY_LOW ))
    {
       msg_Err( m_pOwner, "cannot launch one of the AtmoLight threads");
    }