summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-10-29 14:14:04 +0800
committerBrian Paul <brianp@vmware.com>2009-10-29 07:52:58 -0600
commit20e20fc5afa7525e247fd607e04d9adfffe730b4 (patch)
tree9f4708900b0c4013dff7171bffb2028a763db95a /src/mesa/main/context.c
parent920f023e8b3a5c2af0877530dc1707d2e50c5d4b (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/context.c')
-rw-r--r--src/mesa/main/context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index c57d7c10b6..1d540eb732 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -706,9 +706,6 @@ init_attrib_groups(GLcontext *ctx)
#if FEATURE_texture_s3tc
_mesa_init_texture_s3tc( ctx );
#endif
-#if FEATURE_texture_fxt1
- _mesa_init_texture_fxt1( ctx );
-#endif
/* Miscellaneous */
ctx->NewState = _NEW_ALL;