From 1341f40dfede5324a56ae20651bf5daf2f872bf6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 17 May 2001 14:49:38 +0000 Subject: removed (void) index; statement --- src/mesa/swrast/s_aalinetemp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/swrast/s_aalinetemp.h b/src/mesa/swrast/s_aalinetemp.h index 996784dde4..02ad04d0cf 100644 --- a/src/mesa/swrast/s_aalinetemp.h +++ b/src/mesa/swrast/s_aalinetemp.h @@ -1,4 +1,4 @@ -/* $Id: s_aalinetemp.h,v 1.10 2001/05/15 21:30:26 brianp Exp $ */ +/* $Id: s_aalinetemp.h,v 1.11 2001/05/17 14:49:38 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -75,8 +75,6 @@ NAME(plot)(GLcontext *ctx, const struct LineInfo *line, #endif #ifdef DO_INDEX index = (GLint) solve_plane(fx, fy, line->iPlane); -#else - (void) index; #endif #ifdef DO_SPEC specRed = solve_plane_chan(fx, fy, line->srPlane); -- cgit v1.2.3