presentation-time: remove unused field

This commit is contained in:
Simon Ser 2021-10-22 13:51:16 +02:00 committed by Simon Zeni
parent 6c3a71d9f6
commit 7c10a77e0a
1 changed files with 0 additions and 2 deletions

View File

@ -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