summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/hooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/EGL/hooks.cpp')
-rw-r--r--opengl/libs/EGL/hooks.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/opengl/libs/EGL/hooks.cpp b/opengl/libs/EGL/hooks.cpp
index 2246366..72ad6b3 100644
--- a/opengl/libs/EGL/hooks.cpp
+++ b/opengl/libs/EGL/hooks.cpp
@@ -41,14 +41,7 @@ void gl_unimplemented() {
#define EGL_ENTRY(_r, _api, ...) #_api,
char const * const gl_names[] = {
- #include "GLES_CM/gl_entries.in"
- #include "GLES_CM/glext_entries.in"
- NULL
-};
-
-char const * const gl2_names[] = {
- #include "GLES2/gl2_entries.in"
- #include "GLES2/gl2ext_entries.in"
+ #include "entries.in"
NULL
};