egl: remove Options::Platform handling
[mesa.git] / src / egl / main / egldisplay.h
index 2c9fd6c339946f572d8a869b99e315fceb545905..369ab31187f7b1c02e4f7c5ae2805f48c9e2a029 100644 (file)
@@ -167,7 +167,6 @@ struct _egl_display
    /* options that affect how the driver initializes the display */
    struct {
       EGLBoolean ForceSoftware; /**< Use software path only */
-      void *Platform;         /**< Platform-specific options */
       EGLAttrib *Attribs;     /**< Platform-specific options */
    } Options;