mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(menu_input_line_cb.c) Get rid of some unneeeded variables - silence
warnings
This commit is contained in:
parent
cd4a2d43a8
commit
d99fa70fe0
@ -301,14 +301,9 @@ bool menu_custom_bind_keyboard_cb(void *data, unsigned code)
|
|||||||
int menu_input_bind_iterate(void *data)
|
int menu_input_bind_iterate(void *data)
|
||||||
{
|
{
|
||||||
char msg[PATH_MAX];
|
char msg[PATH_MAX];
|
||||||
int64_t current;
|
|
||||||
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)
|
||||||
driver.menu_ctx->render();
|
driver.menu_ctx->render();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user