mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Remove unused variables
This commit is contained in:
parent
2e3b6fbdf0
commit
d608904309
@ -1161,9 +1161,7 @@ static struct config_bool_setting *populate_settings_bool(settings_t *settings,
|
||||
{
|
||||
struct config_bool_setting *tmp = (struct config_bool_setting*)malloc((*size + 1) * sizeof(struct config_bool_setting));
|
||||
unsigned count = 0;
|
||||
unsigned user;
|
||||
global_t *global = global_get_ptr();
|
||||
char cfg[64] = {0};
|
||||
|
||||
SETTING_BOOL("automatically_add_content_to_playlist", &settings->bools.automatically_add_content_to_playlist, true, automatically_add_content_to_playlist, false);
|
||||
SETTING_BOOL("ui_companion_start_on_boot", &settings->bools.ui_companion_start_on_boot, true, ui_companion_start_on_boot, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user