Remove unused/stub 'Cheat Settings' setting

This commit is contained in:
twinaphex 2014-12-15 06:37:14 +01:00
parent 969fc38c42
commit 3a81c23d01
2 changed files with 2 additions and 12 deletions

View File

@ -621,7 +621,7 @@
# The interval is measured in seconds. A value of 0 disables autosave.
# autosave_interval =
# Path to XML cheat database (as used by bSNES).
# Path to cheat database directory.
# cheat_database_path =
# Path to XML cheat config, a file which keeps track of which

View File

@ -5122,7 +5122,7 @@ static bool setting_data_append_list_path_options(
CONFIG_PATH(
g_settings.cheat_database,
"cheat_database_path",
"Cheat Database",
"Cheat Database Directory",
"",
"Paths",
subgroup_info.name,
@ -5130,16 +5130,6 @@ static bool setting_data_append_list_path_options(
general_read_handler);
settings_data_list_current_add_flags(list, list_info, SD_FLAG_ALLOW_EMPTY);
CONFIG_PATH(
g_settings.cheat_settings_path,
"cheat_settings_path",
"Cheat Settings",
"",
group_info.name,
subgroup_info.name,
general_write_handler, general_read_handler);
settings_data_list_current_add_flags(list, list_info, SD_FLAG_ALLOW_EMPTY);
CONFIG_PATH(
g_settings.content_history_path,
"game_history_path",