From 3932db0f7e7b6c57a918a8ecdde06c1bfb6b216a Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Fri, 27 Jul 2018 09:52:35 -0400 Subject: [PATCH] freedreno/a5xx: remove unused prototype Signed-off-by: Rob Clark --- src/gallium/drivers/freedreno/a5xx/fd5_texture.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.30.2