mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Get rid of unused variable
This commit is contained in:
parent
778e742470
commit
d1b90a8b6d
@ -2192,10 +2192,6 @@ bool video_driver_texture_load(void *data,
|
||||
enum texture_filter_type filter_type,
|
||||
uintptr_t *id)
|
||||
{
|
||||
#ifdef HAVE_THREADS
|
||||
settings_t *settings = config_get_ptr();
|
||||
#endif
|
||||
|
||||
if (!id || !video_driver_poke || !video_driver_poke->load_texture)
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user