mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Remove unused variable
This commit is contained in:
parent
f23b6fd100
commit
9bbccc31ef
@ -130,7 +130,6 @@ static const gfx_ctx_driver_t *gfx_ctx_find_driver(void *data,
|
||||
enum gfx_ctx_api api, unsigned major,
|
||||
unsigned minor, bool hw_render_ctx)
|
||||
{
|
||||
unsigned d;
|
||||
const gfx_ctx_driver_t *ctx = NULL;
|
||||
int i = find_gfx_ctx_driver_index(ident);
|
||||
if (i >= 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user