diff options
author | Simon Ser <contact@emersion.fr> | 2021-10-22 13:51:16 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-10-22 06:44:39 -0600 |
commit | 7c10a77e0a6360d559e8c9b4ba5df0d72f0b2b3f (patch) | |
tree | 300c93a105e491953437bbdcf23bb89f0140dd1d | |
parent | 6c3a71d9f6b7559653aa8a58893d76db27298ee2 (diff) |
presentation-time: remove unused field
-rw-r--r-- | include/wlr/types/wlr_presentation_time.h | 2 |
1 files changed, 0 insertions, 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 |