diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index d2c5f937a72..36459281071 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -232,11 +232,6 @@ extern __eglMustCastToProperFunctionPointerType _eglGetDriverProc(const char *procname); -extern void -_eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *), - void *callback_data); - - #ifdef __cplusplus } #endif