diff options
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index b977955e..fe818760 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -88,12 +88,10 @@ struct wlr_x11_backend { struct wlr_input_device keyboard_dev; int drm_fd; - struct wlr_renderer *renderer; struct wlr_drm_format_set dri3_formats; struct wlr_drm_format_set shm_formats; const struct wlr_x11_format *x11_format; struct wlr_drm_format *drm_format; - struct wlr_allocator *allocator; struct wl_event_source *event_source; struct { |