summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wayland/wayland-server.h1
1 files changed, 0 insertions, 1 deletions
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 {