freedreno/a5xx: remove unused prototype
authorRob Clark <robdclark@gmail.com>
Fri, 27 Jul 2018 13:52:35 +0000 (09:52 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 29 Jul 2018 17:50:19 +0000 (13:50 -0400)
Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a5xx/fd5_texture.h

index 11a3b2e..5cb201d 100644 (file)
@@ -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);