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>
This commit is contained in:
Pekka Paalanen 2017-09-14 14:41:48 +03:00
parent 82b8ddf9d9
commit 693872391f
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ struct fbdev_output {
/* pixman details. */
pixman_image_t *hw_surface;
uint8_t depth;
};
static const char default_seat[] = "seat0";