mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +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)
|
||||
return NULL;
|
||||
|
||||
fd = -1;
|
||||
gpu_descriptors = dir_list_new("/dev/dri", NULL, false, true, false, false);
|
||||
|
||||
nextgpu:
|
||||
|
Loading…
x
Reference in New Issue
Block a user