diff options
author | Ian Romanick <[email protected]> | 2011-08-25 17:42:16 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-09-09 12:01:52 -0700 |
commit | e12b4752ef3cbc181d84c1eba672760f120ad346 (patch) | |
tree | b378c9cd96aaddd78527c3d2eefd7aace286255f /src/mesa/main/nvprogram.c | |
parent | 8b3096cfa4af6bc86a852bf1c773acb097a2789f (diff) |
nvprogram: Silence "warning: unused parameter ‘ctx’"
Diffstat (limited to 'src/mesa/main/nvprogram.c')
-rw-r--r-- | src/mesa/main/nvprogram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/nvprogram.c b/src/mesa/main/nvprogram.c index 7ff7645b7b7..a0e89b10f5e 100644 --- a/src/mesa/main/nvprogram.c +++ b/src/mesa/main/nvprogram.c @@ -560,7 +560,7 @@ _mesa_emit_nv_temp_initialization(struct gl_context *ctx, } void -_mesa_setup_nv_temporary_count(struct gl_context *ctx, struct gl_program *program) +_mesa_setup_nv_temporary_count(struct gl_program *program) { GLuint i; |