From 1a4c16659f3f789eaa4ea4186c76209597155386 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 11 Apr 2014 23:22:37 -0700 Subject: [PATCH] wayland: Remove an old comment wl_buffer_release semantics are centrally managed, and the comment is above something completely unrelated. --- src/wayland/meta-wayland-surface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c index 5ddc6b34a..bdac0c262 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -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);