mesa: remove FEATURE_ES test in texcompress_cpal.c

Fixes a regression after removing the #if FEATURE_x tests.
This commit is contained in:
Brian Paul 2012-09-15 08:28:16 -06:00
parent 2bc8f03f49
commit e656c4a074

View file

@ -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