summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_etc.h
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-06-21 19:18:03 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-07-10 16:51:19 -0700
commit551078bb62f526edac274c30671508a33973236f (patch)
tree1ad5ab15f18e00015712766672ad28ffc30f41bc /src/mesa/main/texcompress_etc.h
parent37708479608af877986b76302a9c92611d1e23d0 (diff)
downloadexternal_mesa3d-551078bb62f526edac274c30671508a33973236f.zip
external_mesa3d-551078bb62f526edac274c30671508a33973236f.tar.gz
external_mesa3d-551078bb62f526edac274c30671508a33973236f.tar.bz2
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>
Diffstat (limited to 'src/mesa/main/texcompress_etc.h')
-rw-r--r--src/mesa/main/texcompress_etc.h4
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);