diff options
author | Ian Romanick <[email protected]> | 2011-08-29 09:49:04 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-09-06 12:09:05 -0700 |
commit | 0b6dd750584c8e03aa14968d6efdf393e7c8c8f0 (patch) | |
tree | 85a062d83f281c92d7452e2339bcbfe36166467c /src/mesa/main/image.h | |
parent | eb805a518216ae61317e7eef78a0b2c692c10eae (diff) |
mesa: Remove all mention of GL_COLOR_INDEX*_EXT
These enums were only valid with the paletted texture extensions.
This allows a couple other trivial clean-ups.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r-- | src/mesa/main/image.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 005fbccbeb0..46adaec4149 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -61,9 +61,6 @@ extern GLboolean _mesa_is_color_format(GLenum format); extern GLboolean -_mesa_is_index_format(GLenum format); - -extern GLboolean _mesa_is_depth_format(GLenum format); extern GLboolean |