From: Rob Clark Date: Fri, 27 Jul 2018 13:52:35 +0000 (-0400) Subject: freedreno/a5xx: remove unused prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3932db0f7e7b6c57a918a8ecdde06c1bfb6b216a;p=mesa.git freedreno/a5xx: remove unused prototype Signed-off-by: Rob Clark --- diff --git a/src/gallium/drivers/freedreno/a5xx/fd5_texture.h b/src/gallium/drivers/freedreno/a5xx/fd5_texture.h index 11a3b2ee1e8..5cb201dfdf7 100644 --- a/src/gallium/drivers/freedreno/a5xx/fd5_texture.h +++ b/src/gallium/drivers/freedreno/a5xx/fd5_texture.h @@ -62,9 +62,6 @@ fd5_pipe_sampler_view(struct pipe_sampler_view *pview) return (struct fd5_pipe_sampler_view *)pview; } -unsigned fd5_get_const_idx(struct fd_context *ctx, - struct fd_texture_stateobj *tex, unsigned samp_id); - void fd5_texture_init(struct pipe_context *pctx);