compositor: Remove weston_view_damage_below()

It has no more callers, and hasn't done what its name implies for a very
long time.

Remove it.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
Derek Foreman 2025-05-28 15:51:18 -05:00 committed by Marius Vlad
parent cc0edfd13d
commit a124b19a01
2 changed files with 0 additions and 9 deletions

View file

@ -2193,9 +2193,6 @@ void
weston_surface_set_size(struct weston_surface *surface,
int32_t width, int32_t height);
void
weston_view_damage_below(struct weston_view *view);
void
weston_view_unmap(struct weston_view *view);

View file

@ -1279,12 +1279,6 @@ weston_paint_node_move_to_plane(struct weston_paint_node *pnode,
PAINT_NODE_VISIBILITY_DIRTY;
}
WL_EXPORT void
weston_view_damage_below(struct weston_view *view)
{
weston_view_schedule_repaint(view);
}
/** Send wl_surface.enter/leave events
*
* \param surface The surface.