diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-30 13:25:56 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-30 14:19:46 +0100 |
commit | 9c04fd2496480d2c2052738f744dae403578ca58 (patch) | |
tree | babf31e6d37bae79da4288c9cf7557749fe51ad3 /include | |
parent | 88493d1f7cb10350c95c264fc7f6bfc7676073de (diff) |
linux-dmabuf-v1: drop wlr_renderer field
This isn't used anymore.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_linux_dmabuf_v1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_linux_dmabuf_v1.h b/include/wlr/types/wlr_linux_dmabuf_v1.h index 93413f72..e56c904a 100644 --- a/include/wlr/types/wlr_linux_dmabuf_v1.h +++ b/include/wlr/types/wlr_linux_dmabuf_v1.h @@ -57,7 +57,6 @@ struct wlr_linux_dmabuf_feedback_v1_tranche { /* the protocol interface */ struct wlr_linux_dmabuf_v1 { struct wl_global *global; - struct wlr_renderer *renderer; struct { struct wl_signal destroy; @@ -72,7 +71,6 @@ struct wlr_linux_dmabuf_v1 { int main_device_fd; // to sanity check FDs sent by clients struct wl_listener display_destroy; - struct wl_listener renderer_destroy; }; /** |