From f6ad286c80e82a52ab00311df9f9c75eada95c86 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 1 Nov 2018 15:07:46 -0400 Subject: [PATCH] freedreno: remove unused fd_surface fields Signed-off-by: Rob Clark --- src/gallium/drivers/freedreno/freedreno_surface.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gallium/drivers/freedreno/freedreno_surface.h b/src/gallium/drivers/freedreno/freedreno_surface.h index a67dd503363..8898f890eda 100644 --- a/src/gallium/drivers/freedreno/freedreno_surface.h +++ b/src/gallium/drivers/freedreno/freedreno_surface.h @@ -31,11 +31,6 @@ struct fd_surface { struct pipe_surface base; - uint32_t offset; - uint32_t pitch; - uint32_t width; - uint16_t height; - uint16_t depth; }; static inline struct fd_surface * -- 2.30.2