diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:05:06 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:33 +0300 |
commit | 985b0cb22fc5e88e7f572c7ead86f15a21abaee0 (patch) | |
tree | 617cdb39af61d537ed5af71dc5f9d7e6ea6f8b2e /src/mesa/main/mfeatures.h | |
parent | d6543599da925fcb6ae3b40cbe673d06a824d717 (diff) |
mesa: remove FEATURE_attrib_stack define.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index bf0eb7da775..62bb97b4fee 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_attrib_stack FEATURE_GL /* this disables vtxfmt, api_loopback, and api_noop completely */ #define FEATURE_beginend FEATURE_GL #define FEATURE_colortable FEATURE_GL |