summaryrefslogtreecommitdiff
path: root/opengl/libs/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/hooks.h')
-rw-r--r--opengl/libs/hooks.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h
index 63a0e140cc..81dbe0e34b 100644
--- a/opengl/libs/hooks.h
+++ b/opengl/libs/hooks.h
@@ -59,10 +59,6 @@ namespace android {
#define GL_ENTRY(_r, _api, ...) _r (*(_api))(__VA_ARGS__);
#define EGL_ENTRY(_r, _api, ...) _r (*(_api))(__VA_ARGS__);
-struct platform_impl_t {
- #include "platform_entries.in"
-};
-
struct egl_t {
#include "EGL/egl_entries.in"
};