mirror of
https://github.com/brl/mutter.git
synced 2025-07-04 10:05:31 +00:00
wayland: Remove an old comment
wl_buffer_release semantics are centrally managed, and the comment is above something completely unrelated.
This commit is contained in:
@ -424,7 +424,6 @@ wl_surface_attach (struct wl_client *client,
|
|||||||
else
|
else
|
||||||
buffer = NULL;
|
buffer = NULL;
|
||||||
|
|
||||||
/* Attach without commit in between does not send wl_buffer.release */
|
|
||||||
if (surface->pending.buffer)
|
if (surface->pending.buffer)
|
||||||
wl_list_remove (&surface->pending.buffer_destroy_listener.link);
|
wl_list_remove (&surface->pending.buffer_destroy_listener.link);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user