Take out unused ANALOG_DPAD_DUALANALOG

This commit is contained in:
twinaphex 2014-09-26 13:32:03 +02:00
parent b2b9cf5717
commit ddf5786ad7
2 changed files with 0 additions and 2 deletions

View File

@ -225,7 +225,6 @@ enum analog_dpad_mode
ANALOG_DPAD_NONE = 0, ANALOG_DPAD_NONE = 0,
ANALOG_DPAD_LSTICK, ANALOG_DPAD_LSTICK,
ANALOG_DPAD_RSTICK, ANALOG_DPAD_RSTICK,
ANALOG_DPAD_DUALANALOG,
ANALOG_DPAD_LAST ANALOG_DPAD_LAST
}; };

View File

@ -1912,7 +1912,6 @@ void setting_data_get_label(char *type_str,
"None", "None",
"Left Analog", "Left Analog",
"Right Analog", "Right Analog",
"Dual Analog",
}; };
strlcpy(type_str, modes[g_settings.input.analog_dpad_mode strlcpy(type_str, modes[g_settings.input.analog_dpad_mode