summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index d9d61297c1..6ebb60a8f1 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -43,11 +43,7 @@ _eglMain(const char *args);
extern _EGLDriver *
-_eglOpenDriver(_EGLDisplay *dpy);
-
-
-extern EGLBoolean
-_eglCloseDriver(_EGLDriver *drv, _EGLDisplay *dpy);
+_eglMatchDriver(_EGLDisplay *dpy);
extern EGLBoolean
@@ -62,10 +58,6 @@ PUBLIC void
_eglInitDriverFallbacks(_EGLDriver *drv);
-PUBLIC EGLint
-_eglFindAPIs(void);
-
-
PUBLIC void
_eglSetProbeCache(EGLint key, const void *val);