Buildfix for C89_BUILD

This commit is contained in:
Twinaphex 2019-08-12 23:07:49 +02:00
parent 4a09f66c7b
commit 6065f71bb2

View File

@ -21693,16 +21693,8 @@ static bool retroarch_is_on_main_thread(void)
static void menu_input_key_event(bool down, unsigned keycode,
uint32_t character, uint16_t mod)
{
(void)down;
(void)keycode;
(void)mod;
enum retro_key key = (enum retro_key)keycode;
#if 0
RARCH_LOG("down: %d, keycode: %d, mod: %d, character: %d\n",
down, keycode, mod, character);
#endif
if (key == RETROK_UNKNOWN)
{
unsigned i;