mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-15 06:58:34 +00:00
Remove bind_info.menu_label_hash
This commit is contained in:
parent
97be5b164f
commit
b774fda697
@ -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);
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user