diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2001-04-09 15:41:11 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2001-04-09 15:41:11 +0000 |
commit | 148bd34079a677138af570a4824c50ddc6c6e786 (patch) | |
tree | ad95c4a00bafe1f72404317ecefa8a047918483a /src/mesa | |
parent | 8a09c3a34bae4c262512d3a8ec3630732a686206 (diff) |
remove a HAVE_ELTS that I'd stuck before.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/common/t_dd_dmatmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/t_dd_dmatmp.h b/src/mesa/drivers/common/t_dd_dmatmp.h index 33c300db53..01750a4176 100644 --- a/src/mesa/drivers/common/t_dd_dmatmp.h +++ b/src/mesa/drivers/common/t_dd_dmatmp.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_dmatmp.h,v 1.9 2001/04/07 16:16:58 alanh Exp $ */ +/* $Id: t_dd_dmatmp.h,v 1.10 2001/04/09 15:41:11 alanh Exp $ */ /* * Mesa 3-D graphics library @@ -449,7 +449,7 @@ static void TAG(render_quad_strip_verts)( GLcontext *ctx, FINISH; - } else if (HAVE_ELTS && HAVE_TRI_STRIPS && ctx->_TriangleCaps & DD_FLATSHADE) { + } else if (HAVE_TRI_STRIPS && ctx->_TriangleCaps & DD_FLATSHADE) { if (TAG(emit_elt_verts)( ctx, start, count )) { LOCAL_VARS; int dmasz = GET_SUBSEQUENT_VB_MAX_ELTS(); |