[PATCH weston 19/21] compositor-fbdev: remove unused field 'depth'

Pekka Paalanen ppaalanen at gmail.com
Fri Sep 22 14:31:27 UTC 2017


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

Not referenced anywhere ever, has been there since the introduction of
fbdev-backend.

Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
 libweston/compositor-fbdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libweston/compositor-fbdev.c b/libweston/compositor-fbdev.c
index c981c529..2e300f47 100644
--- a/libweston/compositor-fbdev.c
+++ b/libweston/compositor-fbdev.c
@@ -92,7 +92,6 @@ struct fbdev_output {
 
 	/* pixman details. */
 	pixman_image_t *hw_surface;
-	uint8_t depth;
 };
 
 static const char default_seat[] = "seat0";
-- 
2.13.5



More information about the wayland-devel mailing list