[mutter] wayland: Remove an old comment



commit 1a4c16659f3f789eaa4ea4186c76209597155386
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Apr 11 23:22:37 2014 -0700

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c
index 5ddc6b3..bdac0c2 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]