summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-10-02 14:37:26 -0700
committerEric Anholt <eric@anholt.net>2013-10-15 10:18:32 -0700
commitfbc088ee494bb73c85c13244b052dc7a7490f7f2 (patch)
tree8b089eda4ac4371d3b0f68eba6be995c13009243 /src/mesa/drivers/dri/i965/brw_vs.c
parentce8eadb6e8adc24f675b364e0620dbf1c9e079a8 (diff)
downloadexternal_mesa3d-fbc088ee494bb73c85c13244b052dc7a7490f7f2.zip
external_mesa3d-fbc088ee494bb73c85c13244b052dc7a7490f7f2.tar.gz
external_mesa3d-fbc088ee494bb73c85c13244b052dc7a7490f7f2.tar.bz2
i965: Remove dead arguments from prog_data_compare.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Paul Berry <stereotype441@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c
index f5bf590..5d4423f 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.c
+++ b/src/mesa/drivers/dri/i965/brw_vs.c
@@ -176,8 +176,7 @@ gl_clip_plane *brw_select_clip_planes(struct gl_context *ctx)
bool
-brw_vs_prog_data_compare(const void *in_a, const void *in_b,
- int aux_size, const void *in_key)
+brw_vs_prog_data_compare(const void *in_a, const void *in_b)
{
const struct brw_vs_prog_data *a = in_a;
const struct brw_vs_prog_data *b = in_b;