diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:16:33 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:50 +0300 |
commit | 26a26e9992d243dbdcd2f7f9a47723fe5cf060d2 (patch) | |
tree | b161ab1c7426c5b20877fc09a60d8aacc2d99ecd /src/mesa/main/mfeatures.h | |
parent | fa9fc2332b6b76460d29c0045b2e1a8d8036ed6b (diff) |
mesa: remove FEATURE_feedback 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 c1abe8110a7..d604c69ec77 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_feedback FEATURE_GL #define FEATURE_pixel_transfer FEATURE_GL #define FEATURE_queryobj FEATURE_GL #define FEATURE_rastpos FEATURE_GL |