diff options
author | Brian Paul <[email protected]> | 2012-01-18 17:39:33 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-01-24 14:12:37 -0700 |
commit | 9403cc3aba0769dc6925cea3ec20aa95d491f516 (patch) | |
tree | 4bbac734c8e2b3240b072445ebf9ae39851302c0 /src/mesa/swrast/s_texfetch.h | |
parent | 1caf698191fb871850311353862eb7fc927f9f9c (diff) |
swrast: remove unused StoreTexel code
No longer needed since we do all rendering to texture with the buffer
mapping and pixel packing functions.
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 c98aa5c5a49..1aa7ce573e2 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 StoreTexelFunc -_mesa_get_texel_store_func(gl_format format); - extern FetchTexelFunc _mesa_get_texel_fetch_func(gl_format format, GLuint dims); |