diff options
-rw-r--r-- | src/egl/main/egldriver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index fc27f1ffa3c..d28ffe0214c 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. */ |