diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:24:40 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:22 +0300 |
commit | 740cdfdea3dec75c537300598cef9d6c71362ddd (patch) | |
tree | 62ea846c0569ec17069929c5fc2345d4afa6a11c /src/mesa/main/mfeatures.h | |
parent | f88393afbe93898b167b3f218bbf33cffc70ef38 (diff) |
mesa: remove unused FEATURE_OES_mapbuffer 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 38903bc7cf4..ab0ba7bacce 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -104,6 +104,5 @@ #define FEATURE_NV_vertex_program FEATURE_GL #define FEATURE_OES_framebuffer_object FEATURE_ES -#define FEATURE_OES_mapbuffer FEATURE_ES #endif /* FEATURES_H */ |