mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Prevent unused variable
This commit is contained in:
parent
032f7f83ae
commit
50afc567b3
@ -1760,7 +1760,7 @@ static void gl_set_nonblock_state(void *data, bool state)
|
|||||||
|
|
||||||
static bool resolve_extensions(gl_t *gl, const char *context_ident)
|
static bool resolve_extensions(gl_t *gl, const char *context_ident)
|
||||||
{
|
{
|
||||||
#if defined(HAVE_GL_SYNC) || defined(HAVE_FBO)
|
#if defined(HAVE_GL_SYNC)
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_OPENGLES
|
#ifndef HAVE_OPENGLES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user