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:
Jasper St. Pierre 2014-04-11 23:22:37 -07:00
parent 239195c1d1
commit 1a4c16659f

View File

@ -424,7 +424,6 @@ wl_surface_attach (struct wl_client *client,
else
buffer = NULL;
/* Attach without commit in between does not send wl_buffer.release */
if (surface->pending.buffer)
wl_list_remove (&surface->pending.buffer_destroy_listener.link);