summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 15:50:58 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 15:50:58 -0600
commit11a261ef4f1d4100c46f73ad51e7e4ed57cc1b5e (patch)
tree02a046a74a3cc76819e3dc6a2c2107cc26f80b6b /src/egl/main/egldriver.h
parentc56e15b093c367e7e17ebd2e153baab8cafd213a (diff)
egl: move a few small functions into new eglmisc.[ch] files
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 9395a667ab..df0eb7fc4c 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -64,17 +64,4 @@ extern void
_eglInitDriverFallbacks(_EGLDriver *drv);
-extern const char *
-_eglQueryString(_EGLDriver *drv, EGLDisplay dpy, EGLint name);
-
-
-extern EGLBoolean
-_eglWaitGL(_EGLDriver *drv, EGLDisplay dpy);
-
-
-extern EGLBoolean
-_eglWaitNative(_EGLDriver *drv, EGLDisplay dpy, EGLint engine);
-
-
-
#endif /* EGLDRIVER_INCLUDED */