diff options
author | Chia-I Wu <[email protected]> | 2009-09-23 16:56:20 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-24 21:48:39 -0600 |
commit | 5a1e25afac8eac5df1c0c9d3165b9812f54909a6 (patch) | |
tree | 76939ba9652acb5dbd465f8d3ac7cbc975b563ec /src/mesa/main/texstore.c | |
parent | cb4f24e51d0f4f4b867b2c01ed26d2a5ce73aeab (diff) |
mesa/main: Make FEATURE_convolve follow feature conventions.
As shown in mfeatures.h, this allows users of convolve.h to work without
knowing if the feature is available.
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r-- | src/mesa/main/texstore.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index ab9973b8101..f553a898f9e 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -56,9 +56,7 @@ #include "bufferobj.h" #include "colormac.h" #include "context.h" -#if FEATURE_convolve #include "convolve.h" -#endif #include "image.h" #include "macros.h" #include "mipmap.h" |