diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:10:55 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:46 +0300 |
commit | e9ccb5fe52f1ff22eb8f6ac6ff0f4414b712e2e6 (patch) | |
tree | 20a90b9c3690db8ecc560997aab64e59264539af /src/mesa/main/mfeatures.h | |
parent | d05d5d9a919f429b9d03c76d779b5b9a102cc11d (diff) |
mesa: remove FEATURE_EXT_framebuffer_blit 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 8835f2366ad..a1610211e70 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_EXT_framebuffer_blit FEATURE_GL #define FEATURE_EXT_texture_sRGB FEATURE_GL #define FEATURE_EXT_transform_feedback FEATURE_GL |