Skip to content

Commit

Permalink
remove some unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Nov 16, 2015
1 parent f906814 commit 49d47e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion menu/cbs/menu_cbs_get_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion menu/cbs/menu_cbs_ok.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 49d47e2

Please sign in to comment.