diff options
author | Brian Paul <[email protected]> | 2009-10-05 17:48:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-05 17:48:22 -0600 |
commit | 7e7f38a67d82191076b95f6faa0d419df68610da (patch) | |
tree | 49f22321c25f78992524166c955a05dbac5d6ddb /src/mesa/main/texfetch.c | |
parent | 6ec3db6cab95c1025d4afa0e7951246b5aa51b48 (diff) |
mesa: remove feature tests
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r-- | src/mesa/main/texfetch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c index 851659e9c53..fbb3170ff5d 100644 --- a/src/mesa/main/texfetch.c +++ b/src/mesa/main/texfetch.c @@ -41,8 +41,6 @@ #include "texfetch.h" -#if FEATURE_EXT_texture_sRGB - /** * Convert an 8-bit sRGB value from non-linear space to a * linear RGB value in [0, 1]. @@ -71,8 +69,6 @@ nonlinear_to_linear(GLubyte cs8) } -#endif /* FEATURE_EXT_texture_sRGB */ - /* Texel fetch routines for all supported formats */ |