X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Ftexformat.h;h=bda5fd6d8ce24f1cdb455bb692a11aeec6742da9;hb=536e3c9168c315651210ca853eb8cb4423f9f71c;hp=0711b67da139ab6be09a47dcaaf6df5f0fdd7e12;hpb=74ae14a2bde4f87a554c3d96e6f4a9a02591308d;p=mesa.git 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