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/convolve.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/convolve.h')
-rw-r--r-- | src/mesa/main/convolve.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/main/convolve.h b/src/mesa/main/convolve.h index 952285643b5..2fbe3c7f509 100644 --- a/src/mesa/main/convolve.h +++ b/src/mesa/main/convolve.h @@ -33,19 +33,7 @@ struct _glapi_table; - -#if FEATURE_convolve - extern void _mesa_init_convolve_dispatch(struct _glapi_table *disp); -#else /* FEATURE_convolve */ - -static inline void -_mesa_init_convolve_dispatch(struct _glapi_table *disp) -{ -} - -#endif /* FEATURE_convolve */ - #endif /* CONVOLVE_H */ |