presentation-time: remove unused field
This commit is contained in:
parent
6c3a71d9f6
commit
7c10a77e0a
|
@ -31,8 +31,6 @@ struct wlr_presentation {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wlr_presentation_feedback {
|
struct wlr_presentation_feedback {
|
||||||
struct wlr_presentation *presentation;
|
|
||||||
|
|
||||||
struct wl_list resources; // wl_resource_get_link
|
struct wl_list resources; // wl_resource_get_link
|
||||||
|
|
||||||
// Only when the wlr_presentation_surface_sampled_on_output helper has been
|
// Only when the wlr_presentation_surface_sampled_on_output helper has been
|
||||||
|
|
Loading…
Reference in New Issue