From 74ca7f0974f4c5d794da263bf28b71a9d285a49a Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 2 May 2013 04:09:04 +0200 Subject: mesa: remove unused gl_constants::MaxColorTableSize Reviewed-by: Kenneth Graunke Reviewed-by: Brian Paul Reviewed-by: Eric Anholt --- src/mesa/main/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/config.h') 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 -- cgit v1.2.3