Style nit.

This commit is contained in:
Themaister 2012-12-26 09:56:54 +01:00
parent 60f6727034
commit d74c49f4cd

View File

@ -1282,9 +1282,7 @@ static void gl_set_nonblock_state(void *data, bool state)
RARCH_LOG("GL VSync => %s\n", state ? "off" : "on");
gl_t *gl = (gl_t*)data;
(void)gl;
context_swap_interval_func(state ? 0 : 1);
}
@ -1602,9 +1600,7 @@ static bool gl_alive(void *data)
static bool gl_focus(void *data)
{
gl_t *gl = (gl_t*)data;
(void)gl;
return context_has_focus_func();
}