summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-10-29 14:59:42 +0800
committerBrian Paul <brianp@vmware.com>2009-10-29 07:52:58 -0600
commit59798cd8864b601e035cf2414517cd90d24ed786 (patch)
tree8bc1b44d4f2d492da4a3ae6596e24aa08152bbf8 /src/mesa/main/texcompress.h
parent20e20fc5afa7525e247fd607e04d9adfffe730b4 (diff)
downloadexternal_mesa3d-59798cd8864b601e035cf2414517cd90d24ed786.zip
external_mesa3d-59798cd8864b601e035cf2414517cd90d24ed786.tar.gz
external_mesa3d-59798cd8864b601e035cf2414517cd90d24ed786.tar.bz2
mesa/main: Make FEATURE_texture_s3tc follow feature conventions.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/main/texcompress.h')
-rw-r--r--src/mesa/main/texcompress.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h
index d4873db..5e73a31 100644
--- a/src/mesa/main/texcompress.h
+++ b/src/mesa/main/texcompress.h
@@ -44,11 +44,6 @@ _mesa_compressed_image_address(GLint col, GLint row, GLint img,
gl_format mesaFormat,
GLsizei width, const GLubyte *image);
-
-extern void
-_mesa_init_texture_s3tc( GLcontext *ctx );
-
-
#else /* _HAVE_FULL_GL */
/* no-op macros */