[vlc-commits] vout_intf: remove autoscale variable title

Steve Lhomme git at videolan.org
Mon Nov 23 14:45:55 CET 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Nov 13 13:01:32 2020 +0100| [ceadae082d0d74dde62a89a2f68506dfb9927fb7] | committer: Steve Lhomme

vout_intf: remove autoscale variable title

It's not used by anyone and doesn't match the string of the same core variable.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ceadae082d0d74dde62a89a2f68506dfb9927fb7
---

 src/video_output/vout_intf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 1c8159ce21..a4ea6bf5af 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -170,7 +170,6 @@ void vout_CreateVars( vout_thread_t *p_vout )
     /* Add variables to manage scaling video */
     var_Create( p_vout, "autoscale", VLC_VAR_BOOL | VLC_VAR_DOINHERIT
                 | VLC_VAR_ISCOMMAND );
-    var_Change( p_vout, "autoscale", VLC_VAR_SETTEXT, _("Autoscale video") );
 
     var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_ISCOMMAND |
                 VLC_VAR_DOINHERIT );



More information about the vlc-commits mailing list