diff options
author | marha <marha@users.sourceforge.net> | 2012-09-18 08:20:29 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-09-18 08:20:29 +0200 |
commit | 52213f2cd11c6cc7210cea6896ed464fddfe3fec (patch) | |
tree | 0f4e055fba98483c9f89d5197849d2f408de438b /mesalib/src/mesa/main/uniforms.h | |
parent | e3c4aa34268f99562e66b43a7d9efcd16ca072e6 (diff) | |
download | vcxsrv-52213f2cd11c6cc7210cea6896ed464fddfe3fec.tar.gz vcxsrv-52213f2cd11c6cc7210cea6896ed464fddfe3fec.tar.bz2 vcxsrv-52213f2cd11c6cc7210cea6896ed464fddfe3fec.zip |
mesa git update 18 sep 2012
Diffstat (limited to 'mesalib/src/mesa/main/uniforms.h')
-rw-r--r-- | mesalib/src/mesa/main/uniforms.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesalib/src/mesa/main/uniforms.h b/mesalib/src/mesa/main/uniforms.h index bb0552476..e84964c6f 100644 --- a/mesalib/src/mesa/main/uniforms.h +++ b/mesalib/src/mesa/main/uniforms.h @@ -244,8 +244,6 @@ struct gl_builtin_uniform_desc { unsigned int num_elements; }; -extern const struct gl_builtin_uniform_desc _mesa_builtin_uniform_desc[]; - /** * \name GLSL uniform arrays and structs require special handling. * |