mesa: Remove unneeded extern qualifiers

Remove 'extern' from the functions declared in texcompress_etc.h.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
Chad Versace 2012-06-21 19:18:03 -07:00
parent 3770847960
commit 551078bb62
1 changed files with 2 additions and 2 deletions

View File

@ -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);