aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-09 11:46:08 +0100
committerIlia Bozhinov <ammen99@gmail.com>2020-12-09 14:25:41 +0100
commit6ff478632a685c64f9977b83d8555b61700f12be (patch)
tree657f36cf48cd90bf171b891a5b0f5dd30edab726 /include
parent8a6930c138807cb04e2ef738cebe907877eaf292 (diff)
backend/drm: remove EGL config
Since we're using wlr_swapchain, we don't need to provide an EGL config.
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/renderer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/drm/renderer.h b/include/backend/drm/renderer.h
index 7202b0ed..ec855ab9 100644
--- a/include/backend/drm/renderer.h
+++ b/include/backend/drm/renderer.h
@@ -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;
};