From b774fda69781a167f5bed01e32996869ba8e9c4f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 8 Jul 2016 19:15:24 +0200 Subject: [PATCH] Remove bind_info.menu_label_hash --- menu/menu_cbs.c | 1 - menu/menu_driver.h | 1 - 2 files changed, 2 deletions(-) diff --git a/menu/menu_cbs.c b/menu/menu_cbs.c index e763651106..7ae1918af3 100644 --- a/menu/menu_cbs.c +++ b/menu/menu_cbs.c @@ -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); } diff --git a/menu/menu_driver.h b/menu/menu_driver.h index d667dbe9aa..da6d3421b1 100644 --- a/menu/menu_driver.h +++ b/menu/menu_driver.h @@ -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;