mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
input: remove redundant log message
This commit is contained in:
parent
be230d16e5
commit
46f1ce1e2f
@ -1247,12 +1247,9 @@ void mp_input_load(struct input_ctx *ictx)
|
||||
void *tmp = talloc_new(NULL);
|
||||
char **files = mp_find_all_config_files(tmp, ictx->global, "input.conf");
|
||||
for (int n = 0; files && files[n]; n++)
|
||||
config_ok = config_ok | parse_config_file(ictx, files[n], false);
|
||||
parse_config_file(ictx, files[n], false);
|
||||
talloc_free(tmp);
|
||||
}
|
||||
if (!config_ok) {
|
||||
MP_VERBOSE(ictx, "Falling back on default (hardcoded) input config\n");
|
||||
}
|
||||
|
||||
if (input_conf->use_alt_gr) {
|
||||
ictx->using_alt_gr = true;
|
||||
|
Loading…
Reference in New Issue
Block a user