libweston: remove previous_damage from struct weston_output

The member previous_damage from struct weston_output is no longer necessary.
First, stop calling init, fini and copying output_damage to it. Then remove
it from struct weston_output.

Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
This commit is contained in:
Leandro Ribeiro
2019-11-28 23:04:46 -03:00
committed by Daniel Stone
parent 0a9359d291
commit 2eee164f24
4 changed files with 0 additions and 10 deletions
-1
View File
@@ -1473,7 +1473,6 @@ gl_renderer_repaint_output(struct weston_output *output,
draw_output_borders(output, border_status);
pixman_region32_copy(&output->previous_damage, output_damage);
wl_signal_emit(&output->frame_signal, output);
go->end_render_sync = create_render_sync(gr);