summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-06-25 00:41:56 +0800
committerChia-I Wu <olv@lunarg.com>2010-06-29 17:16:20 +0800
commit4cb853402b6c55f5dbabf4475cd46b34bd7b1bc1 (patch)
tree0c8d8d417627234ef75a92d9ecd29c0bf0fe8093 /src/egl/main/egldriver.h
parentafcea9b115cdfa0a6c948784f753d38b43240d25 (diff)
egl: Remove st/egl probe code.
It is no longer needed.
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 8b34c43b92..711de8ad20 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -97,12 +97,4 @@ _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
void *callback_data);
-PUBLIC void
-_eglSetProbeCache(EGLint key, const void *val);
-
-
-PUBLIC const void *
-_eglGetProbeCache(EGLint key);
-
-
#endif /* EGLDRIVER_INCLUDED */