aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wayland-server.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h
index ccf9783..1be565f 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -70,12 +70,6 @@ struct wl_resource {
void *data;
};
-struct wl_buffer {
- struct wl_resource resource;
- int32_t width, height;
- uint32_t busy_count;
-} WL_DEPRECATED;
-
uint32_t
wl_client_add_resource(struct wl_client *client,
struct wl_resource *resource) WL_DEPRECATED;