Remove unused cheat_settings_path

This commit is contained in:
twinaphex 2016-09-03 08:05:31 +02:00
parent 9191bfa3c0
commit 5613feafb6
2 changed files with 0 additions and 8 deletions

View File

@ -1843,9 +1843,6 @@ static bool config_load_file(const char *path, bool set_defaults,
strlcpy(path_settings[i].ptr, tmp_str, PATH_MAX_LENGTH);
}
if (config_get_path(conf, "cheat_settings_path", tmp_str, sizeof(tmp_str)))
strlcpy(settings->path.cheat_settings, tmp_str, sizeof(settings->path.cheat_settings));
if (!retroarch_override_setting_is_set(RARCH_OVERRIDE_SETTING_LIBRETRO_DIRECTORY))
{
if (config_get_path(conf, "libretro_directory", tmp_str, sizeof(tmp_str)))

View File

@ -768,11 +768,6 @@
# Path to cheat database directory.
# cheat_database_path =
# Path to XML cheat config, a file which keeps track of which
# cheat settings are used for individual games.
# If the file does not exist, it will be created.
# cheat_settings_path =
# Directory to dump screenshots to.
# screenshot_directory =