(Menu) Remove unused variables
This commit is contained in:
parent
3d1bcf9836
commit
f389c08109
|
@ -5172,8 +5172,6 @@ static int menu_displaylist_parse_input_device_index_list(
|
||||||
{
|
{
|
||||||
char device_id[10];
|
char device_id[10];
|
||||||
char device_label[128];
|
char device_label[128];
|
||||||
const char *val_port = NULL;
|
|
||||||
const char *val_na = NULL;
|
|
||||||
const char *val_disabled = NULL;
|
const char *val_disabled = NULL;
|
||||||
rarch_system_info_t *system = &runloop_state_get_ptr()->system;
|
rarch_system_info_t *system = &runloop_state_get_ptr()->system;
|
||||||
enum msg_hash_enums enum_idx = (enum msg_hash_enums)atoi(info->path);
|
enum msg_hash_enums enum_idx = (enum msg_hash_enums)atoi(info->path);
|
||||||
|
@ -5199,8 +5197,6 @@ static int menu_displaylist_parse_input_device_index_list(
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
val_disabled = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DISABLED);
|
val_disabled = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DISABLED);
|
||||||
val_na = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE);
|
|
||||||
val_port = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_PORT);
|
|
||||||
|
|
||||||
for (i = MAX_INPUT_DEVICES + 1; i--;)
|
for (i = MAX_INPUT_DEVICES + 1; i--;)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue