backend/drm: remove EGL config

Since we're using wlr_swapchain, we don't need to provide an EGL config.
This commit is contained in:
Simon Ser 2020-12-09 11:46:08 +01:00 committed by Ilia Bozhinov
parent 8a6930c138
commit 6ff478632a
3 changed files with 2 additions and 16 deletions

View file

@ -17,8 +17,6 @@ struct wlr_drm_renderer {
struct gbm_device *gbm;
struct wlr_egl egl;
uint32_t gbm_format;
struct wlr_renderer *wlr_rend;
struct wlr_gbm_allocator *allocator;
};