mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +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;
|
int timeout = 0;
|
||||||
menu_handle_t *menu = (menu_handle_t*)data;
|
menu_handle_t *menu = (menu_handle_t*)data;
|
||||||
struct menu_bind_state binds = menu->binds;
|
struct menu_bind_state binds = menu->binds;
|
||||||
|
|
||||||
|
(void)current;
|
||||||
|
(void)timeout;
|
||||||
|
|
||||||
if (driver.video_data && driver.menu_ctx &&
|
if (driver.video_data && driver.menu_ctx &&
|
||||||
driver.menu_ctx->render)
|
driver.menu_ctx->render)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user