From beb293e4cdbdbb012ee866c9548466b24e6b2194 Mon Sep 17 00:00:00 2001 From: Oliver McFadden Date: Tue, 11 Sep 2012 09:38:11 +0300 Subject: mesa: remove FEATURE_texture_fxt1 define. Signed-off-by: Oliver McFadden Reviewed-by: Brian Paul --- src/mesa/main/texformat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/texformat.c') diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 1a318abe488..e9e4f5cee8e 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -289,7 +289,6 @@ _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, } } -#if FEATURE_texture_fxt1 if (ctx->Extensions.TDFX_texture_compression_FXT1) { switch (internalFormat) { case GL_COMPRESSED_RGB_FXT1_3DFX: @@ -302,7 +301,6 @@ _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, ; /* fallthrough */ } } -#endif #if FEATURE_texture_s3tc if (ctx->Extensions.EXT_texture_compression_s3tc) { -- cgit v1.2.3