diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:08:56 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:40 +0300 |
commit | dce86022514268bd2be1e6f99657e5aa2897e20d (patch) | |
tree | 6522c3e126b4e13e5ef5f8b530fba6cba41c42df /src/mesa/main/mfeatures.h | |
parent | 97a8ca47ae8f185f33171a2305dbb1cee70f2880 (diff) |
mesa: remove FEATURE_convolve 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 b5cb288afe6..6094a02e980 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_convolve FEATURE_GL #define FEATURE_dlist FEATURE_GL #define FEATURE_draw_read_buffer FEATURE_GL #define FEATURE_drawpix FEATURE_GL |