summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2017-09-14 14:41:48 +0300
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2017-09-25 12:09:55 +0300
commit693872391fbed3c3ad15d5b8b57a3f3e4b51b1ca (patch)
treed974b4b1cd4c34b27e06662863f1ef84a2cfff0b
parent82b8ddf9d9640b23237a1799b2912641082ad2d1 (diff)
compositor-fbdev: remove unused field 'depth'
Not referenced anywhere ever, has been there since the introduction of fbdev-backend. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Ian Ray <ian.ray@ge.com>
-rw-r--r--libweston/compositor-fbdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libweston/compositor-fbdev.c b/libweston/compositor-fbdev.c
index b1cc5dca..10229beb 100644
--- a/libweston/compositor-fbdev.c
+++ b/libweston/compositor-fbdev.c
@@ -91,7 +91,6 @@ struct fbdev_output {
/* pixman details. */
pixman_image_t *hw_surface;
- uint8_t depth;
};
static const char default_seat[] = "seat0";