backend/drm: remove wlr_drm_renderer.backend

This is unused.
This commit is contained in:
Simon Ser 2023-11-23 16:08:25 +01:00 committed by Simon Zeni
parent f935ff0ef6
commit 67c77fdbdc
2 changed files with 0 additions and 4 deletions

View file

@ -13,8 +13,6 @@ struct wlr_drm_plane;
struct wlr_buffer;
struct wlr_drm_renderer {
struct wlr_drm_backend *backend;
struct wlr_renderer *wlr_rend;
struct wlr_allocator *allocator;
};