diff options
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r-- | include/backend/wayland.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index ddaca335..59758ffd 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -21,9 +21,7 @@ struct wlr_wl_backend { struct wl_list devices; struct wl_list outputs; int drm_fd; - struct wlr_renderer *renderer; struct wlr_drm_format *format; - struct wlr_allocator *allocator; struct wl_list buffers; // wlr_wl_buffer.link size_t requested_outputs; size_t last_output_num; |