summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mfeatures.h
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:38:11 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:57:02 +0300
commitbeb293e4cdbdbb012ee866c9548466b24e6b2194 (patch)
treec54f874ab32c7afc6474a0b152ca1bc5b1a257c9 /src/mesa/main/mfeatures.h
parentd4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (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/mfeatures.h')
-rw-r--r--src/mesa/main/mfeatures.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h
index 8062628d3ac..97bb8b28d61 100644
--- a/src/mesa/main/mfeatures.h
+++ b/src/mesa/main/mfeatures.h
@@ -84,7 +84,6 @@
#define FEATURE_remap_table 0
#endif
-#define FEATURE_texture_fxt1 FEATURE_GL
#define FEATURE_texture_s3tc FEATURE_GL
#define FEATURE_extra_context_init FEATURE_ES