From 41f9916ae59e8fc06e4e00dd3fc9b57baf5ed537 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 9 Mar 2020 18:45:55 +0100 Subject: buffer: remove unused wlr_client_buffer fields Forgot to remove these, they are superseded by fields in wlr_buffer. Some functions were still using them. Fixes: 8afc1ed68cfa ("Introduce wlr_client_buffer") Closes: https://github.com/swaywm/sway/issues/5087 --- include/wlr/types/wlr_buffer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_buffer.h b/include/wlr/types/wlr_buffer.h index b46b69a0..6a49a1bf 100644 --- a/include/wlr/types/wlr_buffer.h +++ b/include/wlr/types/wlr_buffer.h @@ -64,8 +64,6 @@ struct wlr_client_buffer { * client destroys the buffer before it has been released. */ struct wlr_texture *texture; - bool released; - size_t n_refs; struct wl_listener resource_destroy; }; -- cgit v1.2.3