linux-dmabuf-v1: drop wlr_renderer field

This isn't used anymore.
This commit is contained in:
Simon Ser 2022-11-30 13:25:56 +01:00
parent 88493d1f7c
commit 9c04fd2496
2 changed files with 0 additions and 13 deletions

View file

@ -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;
};
/**