summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2004-01-13 01:10:05 +0000
committerKarl Schultz <kschultz@freedesktop.org>2004-01-13 01:10:05 +0000
commit4f7a8f3a4753d4662c311e0dd99d94cb7dcd0f71 (patch)
tree7e065d89f00eee59d8d5e45724a1a0343aa0a489
parent1852f4fa338765bf62b21ea7644e43cc19a1d77f (diff)
remove unused variable
-rw-r--r--src/mesa/tnl/t_array_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_array_api.c b/src/mesa/tnl/t_array_api.c
index 818a15b6b8..02a9cd03f4 100644
--- a/src/mesa/tnl/t_array_api.c
+++ b/src/mesa/tnl/t_array_api.c
@@ -84,7 +84,6 @@ static void _tnl_draw_range_elements( GLcontext *ctx, GLenum mode,
{
TNLcontext *tnl = TNL_CONTEXT(ctx);
struct tnl_prim prim;
- int i;
FLUSH_CURRENT( ctx, 0 );
if (tnl->pipeline.build_state_changes)