From: Eric Engestrom Date: Tue, 21 Jul 2020 23:26:02 +0000 (+0200) Subject: egl: drop left-over function prototype X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=258165bed4d5313a138b4375f8ed463fcba7fcb2 egl: drop left-over function prototype Signed-off-by: Eric Engestrom Reviewed-by: Marcin Ĺšlusarz Reviewed-by: Emil Velikov Part-of: --- 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