diff options
author | Dave Airlie <[email protected]> | 2012-09-15 13:26:39 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-09-18 07:57:42 +1000 |
commit | 1ce9f25fde5fc33566f4effbb94d342a20d50256 (patch) | |
tree | 39a3f72b5475a41530665afa97b01e217da25d22 /src/mesa/main/uniforms.h | |
parent | bfd55711c1eb32ffbfceb9d566abae98f0015f23 (diff) |
glsl: make _mesa_builtin_uniform_desc static
I can't see any reason this is global (unless for debugging)
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/main/uniforms.h')
-rw-r--r-- | src/mesa/main/uniforms.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h index bb05524765f..e84964c6fc9 100644 --- a/src/mesa/main/uniforms.h +++ b/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. * |