Remove bind_info.menu_label_hash

This commit is contained in:
twinaphex 2016-07-08 19:15:24 +02:00
parent 97be5b164f
commit b774fda697
2 changed files with 0 additions and 2 deletions

View File

@ -136,7 +136,6 @@ void menu_cbs_init(void *data,
bind_info.type = type;
bind_info.idx = idx;
bind_info.label_hash = label_hash;
bind_info.menu_label_hash = menu_label_hash;
menu_driver_ctl(RARCH_MENU_CTL_BIND_INIT, &bind_info);
}

View File

@ -379,7 +379,6 @@ typedef struct menu_ctx_bind
unsigned type;
size_t idx;
uint32_t label_hash;
uint32_t menu_label_hash;
int retcode;
} menu_ctx_bind_t;