vlc | branch: master | Thomas Guillem <[email protected]> | Fri Jul 20 09:30:36 
2018 +0200| [083fbccf0572201adaf1168875c987135631df18] | committer: Thomas 
Guillem

threads: remove now unused VLC_HIGHLIGHT_MUTEX

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=083fbccf0572201adaf1168875c987135631df18
---

 include/vlc_threads.h | 1 -
 src/misc/threads.c    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 4bd71e01b4..b751893321 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -1107,7 +1107,6 @@ enum
    VLC_GCRYPT_MUTEX,
    VLC_XLIB_MUTEX,
    VLC_MOSAIC_MUTEX,
-   VLC_HIGHLIGHT_MUTEX,
 #ifdef _WIN32
    VLC_MTA_MUTEX,
 #endif
diff --git a/src/misc/threads.c b/src/misc/threads.c
index 3fb438000d..9e99ab0d02 100644
--- a/src/misc/threads.c
+++ b/src/misc/threads.c
@@ -36,7 +36,6 @@ void vlc_global_mutex (unsigned n, bool acquire)
         VLC_STATIC_MUTEX,
         VLC_STATIC_MUTEX,
         VLC_STATIC_MUTEX,
-        VLC_STATIC_MUTEX,
 #ifdef _WIN32
         VLC_STATIC_MUTEX, // For MTA holder
 #endif

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to