mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 04:02:36 +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:
parent
239195c1d1
commit
1a4c16659f
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user