egl: inline _eglGetDriverProc() into eglGetProcAddress()
[mesa.git] / src / egl / main / egldriver.h
index 150e3556c045fb892b7364ea91439713061e9015..9cb6323a2e39427e1d1bc1a047f33817832bc579 100644 (file)
@@ -199,10 +199,6 @@ extern bool
 _eglInitializeDisplay(_EGLDisplay *disp);
 
 
-extern __eglMustCastToProperFunctionPointerType
-_eglGetDriverProc(const char *procname);
-
-
 #ifdef __cplusplus
 }
 #endif