Remove src/damage.c

This commit is contained in:
Johan Malm 2022-03-01 20:53:34 +00:00
parent e289100a54
commit bd9ac3478a
15 changed files with 0 additions and 48 deletions

View file

@ -12,6 +12,4 @@ view_impl_map(struct view *view)
view_update_title(view);
view_update_app_id(view);
damage_all_outputs(view->server);
}