[vlc-commits] [Git][videolan/vlc][master] vdummy: fix leftover Control declaration
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Apr 10 11:04:52 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
2e49e02d by Alexandre Janniaux at 2026-04-10T10:49:35+00:00
vdummy: fix leftover Control declaration
Missing from 301d3b6da71a71b9759e495ae550121352219089.
- - - - -
1 changed file:
- modules/video_output/vdummy.c
Changes:
=====================================
modules/video_output/vdummy.c
=====================================
@@ -64,7 +64,6 @@ vlc_module_end ()
* Local prototypes
*****************************************************************************/
static void DisplayStat(vout_display_t *, picture_t *);
-static int Control(vout_display_t *, int);
/*****************************************************************************
* OpenVideo: activates dummy vout display method
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2e49e02d37272bcfac9f6b3255fca4a2a471d889
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2e49e02d37272bcfac9f6b3255fca4a2a471d889
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list