diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:41:46 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:36 +0300 |
commit | b7d15977f66bb3de9c475e3138c56ab1d4151382 (patch) | |
tree | d72209ac2902494664a4973c4a4b7f7a367c24a1 /src/mesa/main/mfeatures.h | |
parent | ae241747c8b12a089efd6f5b868758a3bc6e84b4 (diff) |
mesa: remove FEATURE_NV_(fragment|vertex)_program 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 d46906d3e2a..3f6e2929238 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -99,7 +99,5 @@ #define FEATURE_APPLE_object_purgeable FEATURE_GL #define FEATURE_ATI_fragment_shader FEATURE_GL -#define FEATURE_NV_fragment_program FEATURE_GL -#define FEATURE_NV_vertex_program FEATURE_GL #endif /* FEATURES_H */ |