From: Benjamin Franzke Date: Mon, 7 Mar 2011 14:09:36 +0000 (+0100) Subject: Remove buffer.attach vfunc X-Git-Tag: 0.85.0~146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b2ce63015fadf97849adb360f50f01f9429c688;p=platform%2Fupstream%2Fwayland.git Remove buffer.attach vfunc --- diff --git a/wayland/wayland-server.h b/wayland/wayland-server.h index e0909ed..f52e8e8 100644 --- a/wayland/wayland-server.h +++ b/wayland/wayland-server.h @@ -124,7 +124,6 @@ struct wl_buffer { struct wl_compositor *compositor; struct wl_visual *visual; int32_t width, height; - void (*attach)(struct wl_buffer *buffer, struct wl_surface *surface); }; struct wl_listener {