diff options
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index c48ffdc4778..ea87b754a40 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -91,9 +91,6 @@ /** Line width granularity */ #define LINE_WIDTH_GRANULARITY 0.1 -/** Max texture palette / color table size */ -#define MAX_COLOR_TABLE_SIZE 256 - /** Max memory to allow for a single texture image (in megabytes) */ #define MAX_TEXTURE_MBYTES 1024 |