egl: drop left-over function prototype

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6037>
This commit is contained in:
Eric Engestrom 2020-07-22 01:26:02 +02:00 committed by Marge Bot
parent ed3f1e04c7
commit 258165bed4

View file

@ -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