remove some unused variables

This commit is contained in:
Twinaphex 2015-11-16 04:32:47 +01:00
parent f906814abe
commit 49d47e2362
2 changed files with 0 additions and 2 deletions

View File

@ -1032,7 +1032,6 @@ static void menu_action_setting_disp_set_label(file_list_t* list,
}
else if (type >= MENU_SETTINGS_CORE_OPTION_CREATE)
{
const char *core_opt = NULL;
if (!system)
return;

View File

@ -1259,7 +1259,6 @@ static int action_ok_option_create(const char *path,
char core_path[PATH_MAX_LENGTH] = {0};
char game_path[PATH_MAX_LENGTH] = {0};
char config_directory[PATH_MAX_LENGTH] = {0};
char msg[PATH_MAX_LENGTH] = {0};
/* Config directory: config_directory.
* Try config directory setting first,