summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/main/texcompress_cpal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texcompress_cpal.c b/src/mesa/main/texcompress_cpal.c
index ceeec940376..4aa1f610e32 100644
--- a/src/mesa/main/texcompress_cpal.c
+++ b/src/mesa/main/texcompress_cpal.c
@@ -40,8 +40,6 @@
#include "texcompress_cpal.h"
#include "teximage.h"
-#if FEATURE_ES
-
static const struct cpal_format_info {
GLenum cpal_format;
@@ -226,5 +224,3 @@ _mesa_cpal_compressed_teximage2d(GLenum target, GLint level,
if (saved_align != align)
_mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align);
}
-
-#endif