diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:24:58 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:24 +0300 |
commit | b874db09cf895f51724ae24a0cc2f184951b416d (patch) | |
tree | 1e26bd25d1b96baf80916608e2a7a8631695c3a3 /src/mesa/main/mfeatures.h | |
parent | 740cdfdea3dec75c537300598cef9d6c71362ddd (diff) |
mesa: remove unused FEATURE_OES_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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index ab0ba7bacce..46535819d01 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -103,6 +103,4 @@ #define FEATURE_NV_fragment_program FEATURE_GL #define FEATURE_NV_vertex_program FEATURE_GL -#define FEATURE_OES_framebuffer_object FEATURE_ES - #endif /* FEATURES_H */ |