mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Warning cleanup
This commit is contained in:
parent
d3ae2cbd29
commit
8349f9217c
@ -2563,10 +2563,8 @@ static uintptr_t gl_load_texture(void *video_data, void *data,
|
||||
|
||||
static void gl_unload_texture(void *video_data, uintptr_t data, bool threaded)
|
||||
{
|
||||
GLuint glid;
|
||||
if (!data)
|
||||
return;
|
||||
glid = (GLuint)data;
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
if (threaded)
|
||||
|
Loading…
x
Reference in New Issue
Block a user