From: Eric Anholt Date: Thu, 9 Apr 2015 20:13:23 +0000 (-0700) Subject: vc4: Remove dead fields from vc4_surface. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39b6f7e76c909505df8590b6414e8f710121108a;p=mesa.git vc4: Remove dead fields from vc4_surface. --- diff --git a/src/gallium/drivers/vc4/vc4_resource.h b/src/gallium/drivers/vc4/vc4_resource.h index b2359f06c9b..2ed848bc7b9 100644 --- a/src/gallium/drivers/vc4/vc4_resource.h +++ b/src/gallium/drivers/vc4/vc4_resource.h @@ -46,9 +46,6 @@ struct vc4_surface { struct pipe_surface base; uint32_t offset; uint32_t stride; - uint32_t width; - uint16_t height; - uint16_t depth; uint8_t tiling; };