diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:10:34 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:42 +0300 |
commit | 09df07373bfd209e8e7129272c4c257e050bb961 (patch) | |
tree | 31c2d0f01991aa7553e801f7916ce4db21dbe9a9 /src/mesa/main/mfeatures.h | |
parent | dce86022514268bd2be1e6f99657e5aa2897e20d (diff) |
mesa: remove FEATURE_dlist 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 6094a02e980..bfd7e2783ae 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_dlist FEATURE_GL #define FEATURE_draw_read_buffer FEATURE_GL #define FEATURE_drawpix FEATURE_GL #define FEATURE_evaluators FEATURE_GL |