diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:02:27 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:39 +0300 |
commit | 32c3ba87531f76c104a78fb57673715f6115cccc (patch) | |
tree | 51feeb1d75867d667e8e18e53b56589802315b34 /src/mesa/main/mfeatures.h | |
parent | e8a72d8282d1be401825f4c2c32544b01e2e56bc (diff) |
mesa: remove FEATURE_ARB_framebuffer_object 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 1b1be52fa80..5245c18e232 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_ARB_framebuffer_object FEATURE_GL #define FEATURE_ARB_map_buffer_range FEATURE_GL #define FEATURE_ARB_pixel_buffer_object FEATURE_GL #define FEATURE_ARB_sampler_objects FEATURE_GL |