From 22ddd4988e177cc51923d10f088a17edcde9517d Mon Sep 17 00:00:00 2001 From: Eduardo Lima Mitev Date: Tue, 23 Oct 2018 07:56:58 +0200 Subject: mesa/glformats: Remove redundant helper _mesa_base_format_component_count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There exists _mesa_components_in_format() which already includes all cases handled in _mesa_base_format_component_count(). Reviewed-by: Tapani Pälli --- src/mesa/main/glformats.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/glformats.h') diff --git a/src/mesa/main/glformats.h b/src/mesa/main/glformats.h index 5a21317159d..0aefdf50fef 100644 --- a/src/mesa/main/glformats.h +++ b/src/mesa/main/glformats.h @@ -119,9 +119,6 @@ _mesa_unpack_format_to_base_format(GLenum format); extern GLboolean _mesa_base_format_has_channel(GLenum base_format, GLenum pname); -extern GLint -_mesa_base_format_component_count(GLenum base_format); - extern GLenum _mesa_generic_compressed_format_to_uncompressed_format(GLenum format); -- cgit v1.2.3