surface-actor-wayland: Remove leftover function declarations

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2485>
This commit is contained in:
Dor Askayo 2022-06-14 01:16:44 +03:00 committed by Marge Bot
parent cd68d5b26c
commit 525fc3ca47

View File

@ -44,12 +44,6 @@ MetaSurfaceActor * meta_surface_actor_wayland_new (MetaWaylandSurface *surface);
MetaWaylandSurface * meta_surface_actor_wayland_get_surface (MetaSurfaceActorWayland *self);
void meta_surface_actor_wayland_surface_destroyed (MetaSurfaceActorWayland *self);
void meta_surface_actor_wayland_get_subsurface_rect (MetaSurfaceActorWayland *self,
MetaRectangle *rect);
void meta_surface_actor_wayland_add_frame_callbacks (MetaSurfaceActorWayland *self,
struct wl_list *frame_callbacks);
CoglScanout * meta_surface_actor_wayland_try_acquire_scanout (MetaSurfaceActorWayland *self,
CoglOnscreen *onscreen);