From 3b2ce63015fadf97849adb360f50f01f9429c688 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 7 Mar 2011 15:09:36 +0100 Subject: [PATCH] Remove buffer.attach vfunc --- wayland/wayland-server.h | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.7.4