mesa: Remove unneeded extern qualifiers
authorChad Versace <chad.versace@linux.intel.com>
Fri, 22 Jun 2012 02:18:03 +0000 (19:18 -0700)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 10 Jul 2012 23:51:19 +0000 (16:51 -0700)
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>
src/mesa/main/texcompress_etc.h

index 4e166b2b1fc1273b126e137459841dc3e528f485..8e8427f8fd4259db9e6ab912f1189b88374f289b 100644 (file)
 
 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);