Remove unused variables

This commit is contained in:
twinaphex 2015-10-20 03:07:28 +02:00
parent 968fbb675c
commit 0bdf1bb10c
2 changed files with 0 additions and 2 deletions

View File

@ -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. */

View File

@ -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),