diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:07:11 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:42 +0300 |
commit | c609bf9786ecc480e0aaf2736324fa8a47592c48 (patch) | |
tree | 5feb4e69d128610b029a619cf9e3b4f01c6d5c4d /src/mesa/main/mfeatures.h | |
parent | e8ba24cbfd39652efec8801280ef11f909dcb0a9 (diff) |
mesa: remove FEATURE_ARB_pixel_buffer_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 a94d2f93a5e..30411f7c9c4 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_pixel_buffer_object FEATURE_GL #define FEATURE_ARB_sampler_objects FEATURE_GL #define FEATURE_ARB_sync FEATURE_GL |