egl: drop left-over function prototype
[mesa.git] / src / egl / main / egldriver.h
index 0d0f50726b190c9ecb414ddc41e6e77b0951250d..36459281071ff6f2ec9470f9baa08ef9b30231e0 100644 (file)
@@ -225,18 +225,13 @@ struct _egl_driver
 
 
 extern bool
-_eglMatchDriver(_EGLDisplay *disp);
+_eglInitializeDisplay(_EGLDisplay *disp);
 
 
 extern __eglMustCastToProperFunctionPointerType
 _eglGetDriverProc(const char *procname);
 
 
-extern void
-_eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
-                      void *callback_data);
-
-
 #ifdef __cplusplus
 }
 #endif