[Mesa-dev] [PATCH 04/17] mesa: Remove gl_constants::MaxVaryingComponents

Ian Romanick idr at freedesktop.org
Tue Sep 10 12:10:51 PDT 2013


From: Ian Romanick <ian.d.romanick at intel.com>

There are no longer any users.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Cc: Paul Berry <stereotype441 at gmail.com>
Cc: Marek Olšák <maraeo at gmail.com>
Cc: Brian Paul <brianp at vmware.com>
Cc: Zack Rusin <zackr at vmware.com>
---
 src/mesa/main/mtypes.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 17bc31d..33e8663 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2922,7 +2922,6 @@ struct gl_constants
 
    /** Number of varying vectors between any two shader stages. */
    GLuint MaxVarying;
-   GLuint MaxVaryingComponents;
 
    /** @{
     * GL_ARB_uniform_buffer_object
-- 
1.8.1.4



More information about the mesa-dev mailing list