diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-04-08 21:38:44 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-04-08 21:38:44 -0600 |
commit | be37e8350f9b95fb50fbce3a2bd84098ad27e462 (patch) | |
tree | 41b671ba0a5c05d4186970993644ee24591006e1 | |
parent | 7e57a9e8bba322b2ba8a02eec4b79c90e7052738 (diff) |
gallium: remove obsolete/unused PIPE_ATTRIB_MAX
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 2dc9a92186..79efc4f53d 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -55,7 +55,6 @@ extern "C" { #define PIPE_MAX_CLIP_PLANES 6 #define PIPE_MAX_CONSTANT 32 #define PIPE_MAX_ATTRIBS 32 -#define PIPE_ATTRIB_MAX 32 /* XXX obsolete - remove */ #define PIPE_MAX_COLOR_BUFS 8 #define PIPE_MAX_TEXTURE_LEVELS 16 #define PIPE_MAX_FEEDBACK_ATTRIBS 16 |