From 7ee4149c9e83eab693050a13c92ebb64685ca909 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 30 Apr 2021 16:20:00 +0300 Subject: [PATCH] libweston: remove weston_view::renderer_state Unused. Signed-off-by: Pekka Paalanen --- include/libweston/libweston.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 03b23171..79f8444b 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -1280,8 +1280,6 @@ struct weston_view { pixman_region32_t clip; /* See weston_view_damage_below() */ float alpha; /* part of geometry, see below */ - void *renderer_state; - /* Surface geometry state, mutable. * If you change anything, call weston_surface_geometry_dirty(). * That includes the transformations referenced from the list.