mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Remove unused variables
This commit is contained in:
parent
968fbb675c
commit
0bdf1bb10c
@ -536,7 +536,6 @@ static void event_init_controllers(void)
|
||||
static void event_deinit_core(bool reinit)
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
/* Unload the achievements from memory. */
|
||||
|
@ -5912,7 +5912,6 @@ static bool setting_append_list_accounts_options(
|
||||
{
|
||||
rarch_setting_group_info_t group_info = {0};
|
||||
rarch_setting_group_info_t subgroup_info = {0};
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
START_GROUP(group_info,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_ACCOUNTS_LIST_END),
|
||||
|
Loading…
x
Reference in New Issue
Block a user