From: Rob Clark Date: Thu, 1 Nov 2018 19:07:46 +0000 (-0400) Subject: freedreno: remove unused fd_surface fields X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6ad286c80e82a52ab00311df9f9c75eada95c86;p=mesa.git freedreno: remove unused fd_surface fields Signed-off-by: Rob Clark --- 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 *