summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-05 17:48:22 -0600
committerBrian Paul <brianp@vmware.com>2009-10-05 17:48:22 -0600
commit7e7f38a67d82191076b95f6faa0d419df68610da (patch)
tree49f22321c25f78992524166c955a05dbac5d6ddb /src/mesa/main/texfetch.c
parent6ec3db6cab95c1025d4afa0e7951246b5aa51b48 (diff)
mesa: remove feature tests
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r--src/mesa/main/texfetch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c
index 851659e9c5..fbb3170ff5 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
*/