aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/common/gles2.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/common/gles2.c')
-rwxr-xr-xmake/stub_includes/common/gles2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/make/stub_includes/common/gles2.c b/make/stub_includes/common/gles2.c
deleted file mode 100755
index f74b1686f..000000000
--- a/make/stub_includes/common/gles2.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#define GL_APIENTRY
-#define GL_APICALL
-
-// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in
-// "glext.h" are parsed.
-#define GL_GLEXT_PROTOTYPES
-
-#include <GLES2/gl2ext.h>