mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
mesa: remove FEATURE_ES test in texcompress_cpal.c
Fixes a regression after removing the #if FEATURE_x tests.
This commit is contained in:
parent
2bc8f03f49
commit
e656c4a074
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue