Mesa (master): mesa: Remove gl_constants::MaxVaryingComponents

Ian Romanick idr at kemper.freedesktop.org
Thu Sep 19 21:30:15 UTC 2013


Module: Mesa
Branch: master
Commit: 052c9ae1f3e5dc5ace88fe356036c2e566a79679
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=052c9ae1f3e5dc5ace88fe356036c2e566a79679

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Sep 10 09:39:38 2013 -0500

mesa: Remove gl_constants::MaxVaryingComponents

There are no longer any users.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Reviewed-by: Paul Berry <stereotype441 at gmail.com>
Cc: Zack Rusin <zackr at vmware.com>

---

 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 9f921c4..c88c1c6 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




More information about the mesa-commit mailing list