diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/egl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 3facd87d..3f437553 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -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 |