[vlc-devel] [PATCH 2/8] video output: remove unused variable

Steve Lhomme robux4 at ycbcr.xyz
Mon May 13 13:54:47 CEST 2019


---
 src/video_output/vout_internal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h
index 5c876db393..b6fdb36aab 100644
--- a/src/video_output/vout_internal.h
+++ b/src/video_output/vout_internal.h
@@ -177,7 +177,6 @@ struct vout_thread_sys_t
     vlc_mutex_t     window_lock;
 
     /* Video output display */
-    vlc_mutex_t     display_lock;
     vout_display_cfg_t display_cfg;
     vout_display_t *display;
 
-- 
2.17.1



More information about the vlc-devel mailing list