diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-29 15:23:15 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-29 15:23:15 +0000 |
commit | 5ff1c613ea25be455eda9037a4955d47669a8c79 (patch) | |
tree | e5584a249a4e407f3e688c5b288cd984d6669fcb /src/mesa | |
parent | b0bb4f6226a18e0a6eb40046c7f7b5a841c75eda (diff) |
removed unused var
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/swrast/s_aatriangle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_aatriangle.c b/src/mesa/swrast/s_aatriangle.c index 13f03fdecc..d5350ff853 100644 --- a/src/mesa/swrast/s_aatriangle.c +++ b/src/mesa/swrast/s_aatriangle.c @@ -1,4 +1,4 @@ -/* $Id: s_aatriangle.c,v 1.17 2001/05/17 09:32:17 keithw Exp $ */ +/* $Id: s_aatriangle.c,v 1.18 2001/05/29 15:23:15 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -415,7 +415,6 @@ spec_multitex_aa_tri(GLcontext *ctx, void _mesa_set_aa_triangle_function(GLcontext *ctx) { - SWcontext *swrast = SWRAST_CONTEXT(ctx); ASSERT(ctx->Polygon.SmoothFlag); if (ctx->Texture._ReallyEnabled) { |