summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-24 20:53:41 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-24 20:55:17 +0800
commitcecc33cd4f2b3ae1fa590a450eeaefc9b761fb30 (patch)
tree75fbc12e277299e141e3f42c2d9d16981eb7f439 /src/egl/main/egldriver.h
parentcf7c1ea4f1a805a3b6003808aa0b034603412870 (diff)
egl: Remove _eglFindAPIs.
This function is not used and should have been removed by last commit. My mistake.
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index d9d61297c1..4a1a7ece8c 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -62,10 +62,6 @@ PUBLIC void
_eglInitDriverFallbacks(_EGLDriver *drv);
-PUBLIC EGLint
-_eglFindAPIs(void);
-
-
PUBLIC void
_eglSetProbeCache(EGLint key, const void *val);