[vlc-commits] threads: remove now unused VLC_HIGHLIGHT_MUTEX
Thomas Guillem
git at videolan.org
Fri Jul 20 09:37:44 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | 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
More information about the vlc-commits
mailing list