From 978ef2bb6d9ca4996a24f95820a699e22c84f70b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 21 Sep 2005 03:35:08 +0000 Subject: Remove ACCUM_BITS. --- src/mesa/swrast/s_accum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_accum.c b/src/mesa/swrast/s_accum.c index e9946c55df..cf6dab912b 100644 --- a/src/mesa/swrast/s_accum.c +++ b/src/mesa/swrast/s_accum.c @@ -62,7 +62,7 @@ */ -#if CHAN_BITS == 8 && ACCUM_BITS <= 32 +#if CHAN_BITS == 8 /* enable the optimization */ #define USE_OPTIMIZED_ACCUM 1 #else -- cgit v1.2.3