Get rid of unused variable warnings

This commit is contained in:
Twinaphex 2014-09-24 08:29:47 +02:00
parent 57489cb1be
commit ff4e0928f4

View File

@ -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)