diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:04:02 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:31 +0300 |
commit | d6543599da925fcb6ae3b40cbe673d06a824d717 (patch) | |
tree | 3b9a3b00a56e8d69d85d569d3be9809ae7327a8e /src/mesa/main/api_arrayelt.c | |
parent | 016ba4cc2c850259cf902d4d3d287040942b5c1b (diff) |
mesa: remove FEATURE_arrayelt define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/api_arrayelt.c')
-rw-r--r-- | src/mesa/main/api_arrayelt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c index 152340b5fde..d530001bc5e 100644 --- a/src/mesa/main/api_arrayelt.c +++ b/src/mesa/main/api_arrayelt.c @@ -83,9 +83,6 @@ typedef struct { #define NUM_TYPES 8 -#if FEATURE_arrayelt - - static const int ColorFuncs[2][NUM_TYPES] = { { _gloffset_Color3bv, @@ -1711,6 +1708,3 @@ void _mesa_install_arrayelt_vtxfmt(struct _glapi_table *disp, { SET_ArrayElement(disp, vfmt->ArrayElement); } - - -#endif /* FEATURE_arrayelt */ |