summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-21 03:35:08 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-21 03:35:08 +0000
commit978ef2bb6d9ca4996a24f95820a699e22c84f70b (patch)
tree3108bab719321d1064762fb4ab08080210e3d359 /src/mesa/main/mtypes.h
parent3e37bafab0a339021354b9c78f983d05d433d735 (diff)
Remove ACCUM_BITS.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index a076f82a22..6ed7a22807 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -66,12 +66,6 @@
#endif
-#if ACCUM_BITS != 16
-/* Software accum done with GLshort at this time */
-# error "illegal number of accumulation bits"
-#endif
-
-
/**
* Stencil buffer data type.
*/