summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aalinetemp.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-17 14:49:38 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-17 14:49:38 +0000
commit1341f40dfede5324a56ae20651bf5daf2f872bf6 (patch)
treeb2df27eb9e45b236ebb7cf1f99714dcd2f7cbb25 /src/mesa/swrast/s_aalinetemp.h
parent5439ab0683d38b000ef2e5aa1dfc5088e6ffc957 (diff)
removed (void) index; statement
Diffstat (limited to 'src/mesa/swrast/s_aalinetemp.h')
-rw-r--r--src/mesa/swrast/s_aalinetemp.h4
1 files changed, 1 insertions, 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);