diff options
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r-- | src/egl/main/egldriver.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index a8b0cab2b1a..fc27f1ffa3c 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -80,13 +80,6 @@ struct _egl_driver { const char *Name; /**< name of this driver */ - /** - * Release the driver resource. - * - * It is called before dlclose(). - */ - void (*Unload)(_EGLDriver *drv); - _EGLAPI API; /**< EGL API dispatch table */ }; |