mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
command_event - access_st local variable is unused when HAVE_ACCESSIBILITY
is not defined
This commit is contained in:
parent
050107a90e
commit
cf67c102ed
@ -1476,7 +1476,9 @@ bool command_event(enum event_command cmd, void *data)
|
||||
struct rarch_state *p_rarch = &rarch_st;
|
||||
runloop_state_t *runloop_st = runloop_state_get_ptr();
|
||||
uico_driver_state_t *uico_st = uico_state_get_ptr();
|
||||
#ifdef HAVE_ACCESSIBILITY
|
||||
access_state_t *access_st = access_state_get_ptr();
|
||||
#endif
|
||||
#ifdef HAVE_MENU
|
||||
struct menu_state *menu_st = menu_state_get_ptr();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user