[vlc-commits] mmal/vout: fix unused variable warning
Steve Lhomme
git at videolan.org
Wed Oct 7 11:17:27 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Oct 7 11:14:18 2020 +0200| [c3fa1f31a1b7da7e7e882e8abb5de9350404400d] | committer: Steve Lhomme
mmal/vout: fix unused variable warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3fa1f31a1b7da7e7e882e8abb5de9350404400d
---
modules/hw/mmal/vout.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/hw/mmal/vout.c b/modules/hw/mmal/vout.c
index eb622954e0..93dadd4ded 100644
--- a/modules/hw/mmal/vout.c
+++ b/modules/hw/mmal/vout.c
@@ -705,7 +705,6 @@ static int vd_reset_pictures(vout_display_t *vd, video_format_t *fmt)
static int vd_control(vout_display_t *vd, int query)
{
- vout_display_sys_t * const sys = vd->sys;
int ret = VLC_EGENERIC;
switch (query) {
More information about the vlc-commits
mailing list