[Mesa-dev] [PATCH mesa] egl: remove left over _EGLMain_t

Eric Engestrom eric.engestrom at imgtec.com
Thu Oct 12 13:32:32 UTC 2017


Fixes: b174a1ae720cb404738c "egl: Simplify the "driver" interface"
Cc: Adam Jackson <ajax at redhat.com>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
 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 a8b0cab2b1aa8bcb1fac..d80c768af1bf1a5c84ff 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.
  */
-- 
Cheers,
  Eric



More information about the mesa-dev mailing list