lib: Remove unused field from struct igt_fb

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2014-06-23 19:47:19 +01:00
parent e48c495572
commit f5959af8a5

View File

@ -48,7 +48,6 @@ struct igt_fb {
uint32_t drm_format;
int width;
int height;
int depth;
unsigned stride;
unsigned tiling;
unsigned size;