diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:43:08 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:10 +0300 |
commit | 009250a096cdf2babc8d87defa05309e96b8bba2 (patch) | |
tree | d5b2d0115eaa9304b1f5d8297130fd68844648e4 /src/mesa/main/mfeatures.h | |
parent | d09428c9ccb3ed41c3d17bd1505b6c7708fbd08e (diff) |
mesa: remove FEATURE_es2_glsl and related defines.
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 005d6694927..578cb6a4b94 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -84,8 +84,6 @@ #define FEATURE_remap_table 0 #endif -#define FEATURE_es2_glsl FEATURE_ES2 - #define FEATURE_ARB_fragment_program 1 #define FEATURE_ARB_vertex_program 1 #define FEATURE_ARB_vertex_shader 1 |