[vlc-commits] void: android: remove fake VLC_UNUSED
Steve Lhomme
git at videolan.org
Fri Jun 21 18:06:12 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jun 21 11:53:54 2019 +0200| [37ddfafb95ee55e05344b9a79be703eebe0e2661] | committer: Steve Lhomme
void: android: remove fake VLC_UNUSED
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37ddfafb95ee55e05344b9a79be703eebe0e2661
---
modules/video_output/android/display.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/video_output/android/display.c b/modules/video_output/android/display.c
index 1825eb4900..908eb6d06c 100644
--- a/modules/video_output/android/display.c
+++ b/modules/video_output/android/display.c
@@ -956,7 +956,6 @@ static void Prepare(vout_display_t *vd, picture_t *picture,
subpicture_t *subpicture, vlc_tick_t date)
{
vout_display_sys_t *sys = vd->sys;
- VLC_UNUSED(picture);
if (subpicture && sys->p_sub_window) {
if (sys->b_sub_invalid) {
@@ -1014,7 +1013,6 @@ static void Prepare(vout_display_t *vd, picture_t *picture,
static void Display(vout_display_t *vd, picture_t *picture)
{
vout_display_sys_t *sys = vd->sys;
- VLC_UNUSED(picture);
if (sys->p_window->b_opaque)
AndroidOpaquePicture_Release(picture->p_sys, true);
More information about the vlc-commits
mailing list