mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/egl: remove unused gbm_device member
This commit is contained in:
parent
ee31be167b
commit
306cf11d87
3 changed files with 0 additions and 7 deletions
|
|
@ -41,7 +41,6 @@ struct wlr_egl {
|
|||
EGLConfig config; // may be EGL_NO_CONFIG
|
||||
EGLContext context;
|
||||
EGLDeviceEXT device; // may be EGL_NO_DEVICE_EXT
|
||||
struct gbm_device *gbm_device;
|
||||
|
||||
struct {
|
||||
// Display extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue