diff options
author | Brian Paul <[email protected]> | 2005-09-21 03:35:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-21 03:35:08 +0000 |
commit | 978ef2bb6d9ca4996a24f95820a699e22c84f70b (patch) | |
tree | 3108bab719321d1064762fb4ab08080210e3d359 /src/mesa/main/config.h | |
parent | 3e37bafab0a339021354b9c78f983d05d433d735 (diff) |
Remove ACCUM_BITS.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6fddbd116ea..44de635c3f7 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -234,10 +234,6 @@ */ #define TRIANGLE_WALK_DOUBLE 0 -/** - * Bits per accumulation buffer color component: 8, 16 or 32 - */ -#define ACCUM_BITS 16 /** * Bits per depth buffer value. |