diff options
author | Matt Turner <[email protected]> | 2012-10-16 19:37:34 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-10-17 19:30:34 -0700 |
commit | 6c281749696da417a88c3d1ee460f642f92a4cee (patch) | |
tree | ed27fe0189e44849020cc742d53bb3bc03550acd /src/mesa/main/mfeatures.h | |
parent | b21455f27db6e55e708f8e264f4a15412ee8fa52 (diff) |
Finish _HAVE_FULL_GL removal
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 829c0563bce..55e9cf9c477 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -31,10 +31,6 @@ #ifndef FEATURES_H #define FEATURES_H -#ifndef _HAVE_FULL_GL -#define _HAVE_FULL_GL 1 -#endif - #ifndef FEATURE_ES1 #define FEATURE_ES1 0 #endif |