From: Chad Versace Date: Fri, 22 Jun 2012 02:18:03 +0000 (-0700) Subject: mesa: Remove unneeded extern qualifiers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=551078bb62f526edac274c30671508a33973236f;p=mesa.git mesa: Remove unneeded extern qualifiers Remove 'extern' from the functions declared in texcompress_etc.h. Reviewed-by: Kenneth Graunke Signed-off-by: Chad Versace --- diff --git a/src/mesa/main/texcompress_etc.h b/src/mesa/main/texcompress_etc.h index 4e166b2b1fc..8e8427f8fd4 100644 --- a/src/mesa/main/texcompress_etc.h +++ b/src/mesa/main/texcompress_etc.h @@ -30,10 +30,10 @@ struct swrast_texture_image; -extern GLboolean +GLboolean _mesa_texstore_etc1_rgb8(TEXSTORE_PARAMS); -extern void +void _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel);