mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-11-25 23:16:13 +00:00
Removes unused property use_egl from internal structure gl_config
This commit is contained in:
parent
c691de00c5
commit
889b6bd794
|
|
@ -292,7 +292,6 @@ struct SDL_VideoDevice
|
||||||
int minor_version;
|
int minor_version;
|
||||||
int flags;
|
int flags;
|
||||||
int profile_mask;
|
int profile_mask;
|
||||||
int use_egl;
|
|
||||||
int share_with_current_context;
|
int share_with_current_context;
|
||||||
int retained_backing;
|
int retained_backing;
|
||||||
int driver_loaded;
|
int driver_loaded;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue