mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Get rid of unused variable warnings
This commit is contained in:
parent
57489cb1be
commit
ff4e0928f4
@ -360,6 +360,9 @@ int menu_input_bind_iterate(void *data)
|
||||
int timeout = 0;
|
||||
menu_handle_t *menu = (menu_handle_t*)data;
|
||||
struct menu_bind_state binds = menu->binds;
|
||||
|
||||
(void)current;
|
||||
(void)timeout;
|
||||
|
||||
if (driver.video_data && driver.menu_ctx &&
|
||||
driver.menu_ctx->render)
|
||||
|
Loading…
x
Reference in New Issue
Block a user