egl: drop EGL driver `name`
[mesa.git] / src / egl / main / egldriver.h
index ba12a060cab7f7c6c22311418fb0f3e6209c2b20..5695fc06ffb03102cc6434bcd12789baa34b1a52 100644 (file)
@@ -75,8 +75,6 @@ extern "C" {
  */
 struct _egl_driver
 {
-   const char *Name;  /**< name of this driver */
-
    _EGLAPI API;  /**< EGL API dispatch table */
 };