diff options
| -rw-r--r-- | src/wayland-server.h | 6 |
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; |
