diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:15:14 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:52 +0300 |
commit | 961fcc45adab2e803e45c4e1d8e5b9f1a36b4b18 (patch) | |
tree | 5d4f0d9bef58ecba1ff83d1ef1c343e507ae27b7 /src/mesa/main/mfeatures.h | |
parent | dd44f80f81344d0cbcb159f25e0c57a387d61cfa (diff) |
mesa: remove FEATURE_ATI_fragment_shader 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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index a315d9b419e..36724bdb81a 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -84,6 +84,4 @@ #define FEATURE_remap_table 0 #endif -#define FEATURE_ATI_fragment_shader FEATURE_GL - #endif /* FEATURES_H */ |