mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Style nit.
This commit is contained in:
parent
60f6727034
commit
d74c49f4cd
4
gfx/gl.c
4
gfx/gl.c
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user