mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Cleanup in input_remapping_save_file
This commit is contained in:
parent
e1faebe5c2
commit
40002970d3
@ -102,10 +102,6 @@ void input_remapping_save_file(const char *path)
|
||||
}
|
||||
}
|
||||
|
||||
if (!config_file_write(conf, remap_file))
|
||||
{
|
||||
RARCH_ERR("Could not write remapping file to disk.\n");
|
||||
}
|
||||
|
||||
config_file_write(conf, remap_file);
|
||||
config_file_free(conf);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user