diff options
author | Chia-I Wu <[email protected]> | 2010-01-24 20:53:41 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-24 20:55:17 +0800 |
commit | cecc33cd4f2b3ae1fa590a450eeaefc9b761fb30 (patch) | |
tree | 75fbc12e277299e141e3f42c2d9d16981eb7f439 /src/egl/main/egldriver.h | |
parent | cf7c1ea4f1a805a3b6003808aa0b034603412870 (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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index d9d61297c18..4a1a7ece8c7 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); |