diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:40:36 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:06 +0300 |
commit | fd232c6bd4858ccaced21126b4dd80a20c40dec1 (patch) | |
tree | 0a8cd64050a5ae035a7287478156a9b27c2147ec | |
parent | ab8d76357fe17b7b380e6f513f3385e2d39ca06d (diff) |
mesa: remove unused FEATURE_extra_context_init define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-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 1cbeed6aeb1..b9e1c5577fa 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_extra_context_init FEATURE_ES #define FEATURE_point_size_array FEATURE_ES #define FEATURE_es2_glsl FEATURE_ES2 |