Remove unused variables

This commit is contained in:
Twinaphex 2018-04-08 23:17:45 +02:00
parent 3a4d094277
commit 8dc63653e5
3 changed files with 0 additions and 7 deletions

View File

@ -113,7 +113,6 @@ static bool input_overlay_add_inputs_inner(overlay_desc_t *desc,
else
{
/*we need ALL of the inputs to be active*/
all_buttons_pressed = false;
desc->updated = false;
/*abort*/

View File

@ -58,8 +58,6 @@ bool input_remapping_load_file(void *data, const char *path)
char key_ident[RARCH_FIRST_CUSTOM_BIND + 4][128] = {{0}};
char stk_ident[RARCH_FIRST_CUSTOM_BIND + 4][128] = {{0}};
bool ret = false;
char key_strings[RARCH_FIRST_CUSTOM_BIND + 8][128] = {
"b", "y", "select", "start",
"up", "down", "left", "right",

View File

@ -3255,8 +3255,6 @@ static int menu_displaylist_parse_options_remappings(
for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND + 8; retro_id++)
{
char desc_label[64];
unsigned user = p + 1;
unsigned desc_offset = retro_id;
char descriptor[255];
const struct retro_keybind *auto_bind = NULL;
const struct retro_keybind *keybind = NULL;
@ -3299,8 +3297,6 @@ static int menu_displaylist_parse_options_remappings(
{
for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND; retro_id++)
{
unsigned user = settings->uints.keymapper_port + 1;
unsigned desc_offset = retro_id;
char descriptor[255];
const struct retro_keybind *auto_bind = NULL;
const struct retro_keybind *keybind = NULL;