mirror of https://github.com/mpv-player/mpv
builtin.conf: remove unneeded vlang/alang/slang lines
ac725764ec
originally added these to prevent those profiles from having auto as a value. However the auto value was removed in53d032374d
later. So having these lines here no longer serves any purpose since the default value for slang is NULL once again (vlang/alang were never needed here).
This commit is contained in:
parent
d48f71339e
commit
eae99b117a
|
@ -28,9 +28,6 @@ input-default-bindings=no
|
|||
input-vo-keyboard=no
|
||||
# OSX/Cocoa global input hooks
|
||||
input-media-keys=no
|
||||
vlang=
|
||||
alang=
|
||||
slang=
|
||||
|
||||
[encoding]
|
||||
vo=lavc
|
||||
|
@ -42,9 +39,6 @@ resume-playback=no
|
|||
load-scripts=no
|
||||
osc=no
|
||||
framedrop=no
|
||||
vlang=
|
||||
alang=
|
||||
slang=
|
||||
|
||||
[fast]
|
||||
scale=bilinear
|
||||
|
|
Loading…
Reference in New Issue