dispatch: Make all API functions non-static.
[mesa.git] / src / mesa / main / es1_conversion.c
index 758fb1a668de69eb9670673b610e1f84893552f1..993147c4760259dc65290e4fff0bef544d7e9f62 100644 (file)
@@ -1,8 +1,6 @@
 #include <stdbool.h>
 #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 */