summaryrefslogtreecommitdiff
path: root/cogl-path/tesselator/GL/glu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl-path/tesselator/GL/glu.h')
-rw-r--r--cogl-path/tesselator/GL/glu.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cogl-path/tesselator/GL/glu.h b/cogl-path/tesselator/GL/glu.h
index 18c4024b..ed978fb0 100644
--- a/cogl-path/tesselator/GL/glu.h
+++ b/cogl-path/tesselator/GL/glu.h
@@ -31,17 +31,3 @@
that the tesselator code can still #include <GL/glu.h> */
#include "../tesselator.h"
-
-/* These aren't defined on GLES and we don't really want the
- tesselator code to use them but we're also trying to avoid
- modifying the C files so we just force them to be empty here */
-
-#undef GLAPI
-#define GLAPI
-
-#undef GLAPIENTRY
-#define GLAPIENTRY
-
-/* GLES doesn't define a GLdouble type so lets just force it to a
- regular double */
-#define GLdouble double