diff options
author | Brian Paul <[email protected]> | 2009-10-05 17:54:20 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-05 17:54:20 -0600 |
commit | 019bc97bd900a84f5f999afdb42928e92d33814b (patch) | |
tree | f48eeb767558acc3d314d0895239906fa87504f1 /src/mesa/main/texformat.h | |
parent | be0765cd6ec47cf068775197f312a1123e044566 (diff) |
mesa: move _mesa_format_to_type_and_comps() to formats.c
Diffstat (limited to 'src/mesa/main/texformat.h')
-rw-r--r-- | src/mesa/main/texformat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index 0711b67da13..bda5fd6d8ce 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -36,8 +36,4 @@ _mesa_choose_tex_format( GLcontext *ctx, GLint internalFormat, GLenum format, GLenum type ); -extern void -_mesa_format_to_type_and_comps(gl_format format, - GLenum *datatype, GLuint *comps); - #endif |