diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-10-29 14:14:04 +0800 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-10-29 07:52:58 -0600 |
commit | 20e20fc5afa7525e247fd607e04d9adfffe730b4 (patch) | |
tree | 9f4708900b0c4013dff7171bffb2028a763db95a /src/mesa/main/texcompress.h | |
parent | 920f023e8b3a5c2af0877530dc1707d2e50c5d4b (diff) |
mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.
Also remove the unused initialization and GLchan fetch functions.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/main/texcompress.h')
-rw-r--r-- | src/mesa/main/texcompress.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h index 418416746c..d4873db54a 100644 --- a/src/mesa/main/texcompress.h +++ b/src/mesa/main/texcompress.h @@ -48,9 +48,6 @@ _mesa_compressed_image_address(GLint col, GLint row, GLint img, extern void _mesa_init_texture_s3tc( GLcontext *ctx ); -extern void -_mesa_init_texture_fxt1( GLcontext *ctx ); - #else /* _HAVE_FULL_GL */ |