diff --git a/wayland/wayland-server.h b/wayland/wayland-server.h index 62c45823..7cd8e1ef 100644 --- a/wayland/wayland-server.h +++ b/wayland/wayland-server.h @@ -131,7 +131,6 @@ struct wl_resource { struct wl_buffer { struct wl_resource resource; - struct wl_compositor *compositor; struct wl_client *client; struct wl_visual *visual; int32_t width, height;