summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/vc4/vc4_resource.h3
1 files changed, 0 insertions, 3 deletions
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;
};