(RARCH_CONSOLE) Take out unneeded menu_binds now

This commit is contained in:
twinaphex 2014-05-31 17:15:18 +02:00
parent b4256ac0ed
commit bff44116ed

View File

@ -247,9 +247,6 @@ struct settings
char joypad_driver[32];
char keyboard_layout[64];
struct retro_keybind binds[MAX_PLAYERS][RARCH_BIND_LIST_END];
#ifdef RARCH_CONSOLE
struct retro_keybind menu_binds[RARCH_BIND_LIST_END];
#endif
// Set by autoconfiguration in joypad_autoconfig_dir. Does not override main binds.
struct retro_keybind autoconf_binds[MAX_PLAYERS][RARCH_BIND_LIST_END];