summaryrefslogtreecommitdiff
path: root/src/egl/main/eglglobals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/eglglobals.h')
-rw-r--r--src/egl/main/eglglobals.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/egl/main/eglglobals.h b/src/egl/main/eglglobals.h
index 47fd943fd5..2f3c211476 100644
--- a/src/egl/main/eglglobals.h
+++ b/src/egl/main/eglglobals.h
@@ -11,8 +11,6 @@
*/
struct _egl_global
{
- EGLBoolean Initialized;
-
EGLScreenMESA FreeScreenHandle;
/* bitmaks of supported APIs (supported by _some_ driver) */
@@ -28,12 +26,4 @@ struct _egl_global
extern struct _egl_global _eglGlobal;
-extern void
-_eglInitGlobals(void);
-
-
-extern void
-_eglDestroyGlobals(void);
-
-
#endif /* EGLGLOBALS_INCLUDED */