diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:25:30 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:26 +0300 |
commit | ae241747c8b12a089efd6f5b868758a3bc6e84b4 (patch) | |
tree | 94e87530ca0d03c059c60fe40029d95578e445c7 | |
parent | b874db09cf895f51724ae24a0cc2f184951b416d (diff) |
mesa: remove unused FEATURE_NV_fence 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 46535819d01..d46906d3e2a 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -99,7 +99,6 @@ #define FEATURE_APPLE_object_purgeable FEATURE_GL #define FEATURE_ATI_fragment_shader FEATURE_GL -#define FEATURE_NV_fence FEATURE_GL #define FEATURE_NV_fragment_program FEATURE_GL #define FEATURE_NV_vertex_program FEATURE_GL |