summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-05-02 04:09:04 +0200
committerMarek Olšák <[email protected]>2013-05-11 23:45:01 +0200
commit74ca7f0974f4c5d794da263bf28b71a9d285a49a (patch)
tree4912f51611d532bf09ab2a2c8272d965ed9a3dfa /src/mesa/main/config.h
parent286d06ddc4968c06848faf2b375a8d20f3e74595 (diff)
mesa: remove unused gl_constants::MaxColorTableSize
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h3
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