From 525fc3ca47191d6216b010626c843752a1141ad7 Mon Sep 17 00:00:00 2001 From: Dor Askayo Date: Tue, 14 Jun 2022 01:16:44 +0300 Subject: [PATCH] surface-actor-wayland: Remove leftover function declarations Part-of: --- src/compositor/meta-surface-actor-wayland.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/compositor/meta-surface-actor-wayland.h b/src/compositor/meta-surface-actor-wayland.h index c8606931e..adb01a297 100644 --- a/src/compositor/meta-surface-actor-wayland.h +++ b/src/compositor/meta-surface-actor-wayland.h @@ -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);