[vlc-commits] video output: remove unused variable
Steve Lhomme
git at videolan.org
Mon May 20 15:04:42 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May 13 13:29:37 2019 +0200| [51ca7168b48be0bb74c2d285f491b850bbba812e] | committer: Steve Lhomme
video output: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51ca7168b48be0bb74c2d285f491b850bbba812e
---
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 b11fadeeaa..ac2feebe93 100644
--- a/src/video_output/vout_internal.h
+++ b/src/video_output/vout_internal.h
@@ -176,7 +176,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;
More information about the vlc-commits
mailing list