From 7c10a77e0a6360d559e8c9b4ba5df0d72f0b2b3f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 22 Oct 2021 13:51:16 +0200 Subject: [PATCH] presentation-time: remove unused field --- include/wlr/types/wlr_presentation_time.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wlr/types/wlr_presentation_time.h b/include/wlr/types/wlr_presentation_time.h index 8f805814..b1dc1868 100644 --- a/include/wlr/types/wlr_presentation_time.h +++ b/include/wlr/types/wlr_presentation_time.h @@ -31,8 +31,6 @@ struct wlr_presentation { }; struct wlr_presentation_feedback { - struct wlr_presentation *presentation; - struct wl_list resources; // wl_resource_get_link // Only when the wlr_presentation_surface_sampled_on_output helper has been