Cleanup in input_remapping_save_file

This commit is contained in:
twinaphex 2015-01-19 18:35:22 +01:00
parent e1faebe5c2
commit 40002970d3

View File

@ -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);
}