diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-03-07 15:09:36 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-03-07 15:09:36 +0100 |
commit | a8ab9d87f92aa2130d8ee1993c863219b0235fb0 (patch) | |
tree | e2a02eef6058805478a7ad81250db45d792492b8 | |
parent | 3acad4e8476791fe52e0eb6fc6caed9955a1b52b (diff) |
Remove buffer.attach vfuncbuffer
-rw-r--r-- | wayland/wayland-server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wayland/wayland-server.h b/wayland/wayland-server.h index 1cd3a38..4cab75a 100644 --- a/wayland/wayland-server.h +++ b/wayland/wayland-server.h @@ -114,7 +114,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 { |