diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:38:11 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:02 +0300 |
commit | beb293e4cdbdbb012ee866c9548466b24e6b2194 (patch) | |
tree | c54f874ab32c7afc6474a0b152ca1bc5b1a257c9 /src/mesa/main/formats.c | |
parent | d4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (diff) |
mesa: remove FEATURE_texture_fxt1 define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/formats.c')
-rw-r--r-- | src/mesa/main/formats.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 1fa641c92ee..5bc8235a34d 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -2265,10 +2265,8 @@ _mesa_format_to_type_and_comps(gl_format format, return; #endif -#if FEATURE_texture_fxt1 case MESA_FORMAT_RGB_FXT1: case MESA_FORMAT_RGBA_FXT1: -#endif #if FEATURE_texture_s3tc case MESA_FORMAT_RGB_DXT1: case MESA_FORMAT_RGBA_DXT1: |