Remove buffer.attach vfunc
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Mon, 7 Mar 2011 14:09:36 +0000 (15:09 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 22 Apr 2011 14:13:09 +0000 (10:13 -0400)
wayland/wayland-server.h

index e0909ed..f52e8e8 100644 (file)
@@ -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 {