mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
drm_ctx.c - remove dead assignment
This commit is contained in:
parent
8d9eccfd65
commit
0d49ed5877
@ -365,7 +365,6 @@ static void *gfx_ctx_drm_init(void *video_driver)
|
|||||||
if (!drm)
|
if (!drm)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
fd = -1;
|
|
||||||
gpu_descriptors = dir_list_new("/dev/dri", NULL, false, true, false, false);
|
gpu_descriptors = dir_list_new("/dev/dri", NULL, false, true, false, false);
|
||||||
|
|
||||||
nextgpu:
|
nextgpu:
|
||||||
|
Loading…
Reference in New Issue
Block a user