diff options
author | Ian Romanick <[email protected]> | 2013-09-10 09:39:38 -0500 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-09-19 16:29:44 -0500 |
commit | 052c9ae1f3e5dc5ace88fe356036c2e566a79679 (patch) | |
tree | cafa88732ab24cd75f4d28d4c82e64658780e942 /src | |
parent | d91249df1a9f99813794aac09c4fba77831da1f7 (diff) |
mesa: Remove gl_constants::MaxVaryingComponents
There are no longer any users.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Cc: Zack Rusin <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 9f921c4d9fa..c88c1c67bd6 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2930,7 +2930,6 @@ struct gl_constants /** Number of varying vectors between any two shader stages. */ GLuint MaxVarying; - GLuint MaxVaryingComponents; /** @{ * GL_ARB_uniform_buffer_object |