Module: Mesa Branch: master Commit: 3188b6e45ffb664e2be3fae90793be4f2cd61cdd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3188b6e45ffb664e2be3fae90793be4f2cd61cdd
Author: Eric Engestrom <[email protected]> Date: Thu Oct 12 14:26:47 2017 +0100 egl: remove left over _EGLMain_t Fixes: b174a1ae720cb404738c "egl: Simplify the "driver" interface" Cc: Adam Jackson <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/egl/main/egldriver.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index fc27f1ffa3..d28ffe0214 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -70,9 +70,6 @@ extern "C" { _EGL_DRIVER_TYPECAST(drvname ## _config, _EGLConfig, obj) -typedef _EGLDriver *(*_EGLMain_t)(const char *args); - - /** * Base class for device drivers. */ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
