diff options
author | Brian Paul <[email protected]> | 2012-12-08 15:19:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-12-14 06:33:07 -0700 |
commit | f4896cea0435905eb4871c78e32da6984e4d344c (patch) | |
tree | 251a0d704e1dd49c8d1e8f7e62f1e8fe951b90d2 /src/mesa/swrast/s_texfetch.h | |
parent | 9e41b0badbab97c9db03d5825f91533c69e4f9f9 (diff) |
swrast: make _mesa_get_texel_fetch_func() static
Not called from any other file.
Diffstat (limited to 'src/mesa/swrast/s_texfetch.h')
-rw-r--r-- | src/mesa/swrast/s_texfetch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/swrast/s_texfetch.h b/src/mesa/swrast/s_texfetch.h index 33950ce440c..4e4397e13af 100644 --- a/src/mesa/swrast/s_texfetch.h +++ b/src/mesa/swrast/s_texfetch.h @@ -29,9 +29,6 @@ #include "swrast/s_context.h" -extern FetchTexelFunc -_mesa_get_texel_fetch_func(gl_format format, GLuint dims); - void _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit); |