Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / main / texformat.h
index 0711b67da139ab6be09a47dcaaf6df5f0fdd7e12..bda5fd6d8ce24f1cdb455bb692a11aeec6742da9 100644 (file)
@@ -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