wayland/surface: Remove leftover function declarations

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2485>
This commit is contained in:
Dor Askayo 2022-06-05 10:39:27 +03:00 committed by Marge Bot
parent 003ff46a98
commit cd68d5b26c

View File

@ -307,11 +307,6 @@ gboolean meta_wayland_surface_should_cache_state (MetaWaylandSurface
MetaWindow * meta_wayland_surface_get_toplevel_window (MetaWaylandSurface *surface);
void meta_wayland_surface_queue_pending_frame_callbacks (MetaWaylandSurface *surface);
void meta_wayland_surface_queue_pending_state_frame_callbacks (MetaWaylandSurface *surface,
MetaWaylandSurfaceState *pending);
void meta_wayland_surface_get_relative_coordinates (MetaWaylandSurface *surface,
float abs_x,
float abs_y,