diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:02:42 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:29 +0300 |
commit | 016ba4cc2c850259cf902d4d3d287040942b5c1b (patch) | |
tree | e6b0f66df34f0f5d0145bad367f37dd2b4d062e6 /src/mesa/main/mfeatures.h | |
parent | fc66313c96b0311c592322fe47bf0d51fd1a9dcc (diff) |
mesa: remove FEATURE_accum 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 b7acbee7e0f..4e608f489e2 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_accum FEATURE_GL #define FEATURE_arrayelt FEATURE_GL #define FEATURE_attrib_stack FEATURE_GL /* this disables vtxfmt, api_loopback, and api_noop completely */ |