Mesa (master): egl: drop left-over function prototype

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 30 23:44:57 UTC 2020


Module: Mesa
Branch: master
Commit: 258165bed4d5313a138b4375f8ed463fcba7fcb2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=258165bed4d5313a138b4375f8ed463fcba7fcb2

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Wed Jul 22 01:26:02 2020 +0200

egl: drop left-over function prototype

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Marcin Ślusarz <marcin.slusarz at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6037>

---

 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



More information about the mesa-commit mailing list