mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +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…
Reference in New Issue
Block a user