[Mesa-dev] [PATCH 2/5] mesa: Remove unneeded extern qualifiers
Chad Versace
chad.versace at linux.intel.com
Mon Jul 9 10:46:57 PDT 2012
Remove 'extern' from the functions declared in texcompress_etc.h.
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
src/mesa/main/texcompress_etc.h | 4 ++--
1 file 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);
--
1.7.11.1
More information about the mesa-dev
mailing list