From 3d260cc653966298bb217d028797a2c4ecb33c52 Mon Sep 17 00:00:00 2001 From: Alejandro PiƱeiro Date: Sat, 5 Dec 2015 20:47:33 +0100 Subject: mesa: remove _mesa_tex_target_is_array _mesa_is_array_texture provides the same functionality and: 1. it returns bool instead of GLboolean 2. it's not related to the texture format (texformat.c) 3. the name's a little shorter v2: remove _mesa_tex_target_is_array instead (Brian Paul) Reviewed-by: Brian Paul --- src/mesa/main/texformat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/texformat.h') diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index 32e209997ac..ed965f84f1d 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -35,7 +35,4 @@ extern mesa_format _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, GLint internalFormat, GLenum format, GLenum type); -extern GLboolean -_mesa_tex_target_is_array(GLenum target); - #endif -- cgit v1.2.3