From 9c04fd2496480d2c2052738f744dae403578ca58 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 30 Nov 2022 13:25:56 +0100 Subject: linux-dmabuf-v1: drop wlr_renderer field This isn't used anymore. --- include/wlr/types/wlr_linux_dmabuf_v1.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/wlr') 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; }; /** -- cgit v1.2.3