diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:21:38 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:00 +0300 |
commit | d4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (patch) | |
tree | 7c6e7bdf3ef52e587bd52f801affb84dbe5f7508 /src/mesa/main/mfeatures.h | |
parent | 25ee9617ff0b537bb30de92983baa745e49556b6 (diff) |
mesa: remove FEATURE_rastpos 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index cb7cce1d25c..8062628d3ac 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_rastpos FEATURE_GL #define FEATURE_texture_fxt1 FEATURE_GL #define FEATURE_texture_s3tc FEATURE_GL |