Mesa (master): mesa: Remove unneeded extern qualifiers

Chad Versace chadversary at kemper.freedesktop.org
Tue Jul 10 23:51:40 UTC 2012


Module: Mesa
Branch: master
Commit: 551078bb62f526edac274c30671508a33973236f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=551078bb62f526edac274c30671508a33973236f

Author: Chad Versace <chad.versace at linux.intel.com>
Date:   Thu Jun 21 19:18:03 2012 -0700

mesa: Remove unneeded extern qualifiers

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

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>

---

 src/mesa/main/texcompress_etc.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/texcompress_etc.h b/src/mesa/main/texcompress_etc.h
index 4e166b2..8e8427f 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);
 




More information about the mesa-commit mailing list