diff options
Diffstat (limited to 'include/libweston/libweston.h')
-rw-r--r-- | include/libweston/libweston.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 6b5cc4bf..dc54b170 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -249,8 +249,6 @@ struct weston_output { /** Output area in global coordinates, simple rect */ pixman_region32_t region; - pixman_region32_t previous_damage; - /** True if damage has occurred since the last repaint for this output; * if set, a repaint will eventually occur. */ bool repaint_needed; |