From 258165bed4d5313a138b4375f8ed463fcba7fcb2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 22 Jul 2020 01:26:02 +0200 Subject: [PATCH] egl: drop left-over function prototype MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Engestrom Reviewed-by: Marcin Ślusarz Reviewed-by: Emil Velikov Part-of: --- src/egl/main/egldriver.h | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.30.2