X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fes1_conversion.c;h=993147c4760259dc65290e4fff0bef544d7e9f62;hb=f7fa946d1da96178e63e42dd8d8739d3e0f66e1d;hp=758fb1a668de69eb9670673b610e1f84893552f1;hpb=b60244cfb90a408fd92bb6837a7824ee03ec37bc;p=mesa.git diff --git a/src/mesa/main/es1_conversion.c b/src/mesa/main/es1_conversion.c index 758fb1a668d..993147c4760 100644 --- a/src/mesa/main/es1_conversion.c +++ b/src/mesa/main/es1_conversion.c @@ -1,8 +1,6 @@ #include #include "main/mfeatures.h" -#if FEATURE_ES1 - #include "api_loopback.h" #include "api_exec.h" #include "blend.h" @@ -938,5 +936,3 @@ _es_Translatex(GLfixed x, GLfixed y, GLfixed z) (GLfloat) (y / 65536.0f), (GLfloat) (z / 65536.0f)); } - -#endif /* FEATURE_ES1 */