aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-07-27 09:52:35 -0400
committerRob Clark <[email protected]>2018-07-29 13:50:19 -0400
commit3932db0f7e7b6c57a918a8ecdde06c1bfb6b216a (patch)
treeee886d3243f0c2b329cbb45e757f54a26902467a /src
parent104a49f1665e560e8367419d186978b856a87fa9 (diff)
freedreno/a5xx: remove unused prototype
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/freedreno/a5xx/fd5_texture.h3
1 files changed, 0 insertions, 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);