removed unused var

This commit is contained in:
Brian Paul
2001-05-29 15:23:15 +00:00
parent b0bb4f6226
commit 5ff1c613ea
+1 -2
View File
@@ -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) {