desktop-shell: Remove weston_view_damage_below from desktop_view_destroy

weston_view_damage_below() has done nothing but schedule a repaint for a
long time now.

weston_view_destroy() will trigger the repaint without forcing it here.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
Derek Foreman 2025-05-28 15:43:54 -05:00 committed by Marius Vlad
parent e70cfe319c
commit 7900235fee

View file

@ -134,8 +134,6 @@ weston_desktop_view_destroy(struct weston_desktop_view *view)
wl_list_remove(&view->children_link);
wl_list_remove(&view->link);
weston_view_damage_below(view->view);
if (view->parent != NULL)
weston_view_destroy(view->view);