i965: Add support for MRT to the new FS backend.
[mesa.git] / src / egl / main / eglglobals.h
index e8bf5416e2a0e90a1f94e9be5233cb68c4dd24c9..c3771a8ef10bebe7feb55968d39aeaf185a4de22 100644 (file)
@@ -16,8 +16,6 @@ struct _egl_global
    /* the list of all displays */
    _EGLDisplay *DisplayList;
 
-   EGLScreenMESA FreeScreenHandle;
-
    EGLint NumAtExitCalls;
    void (*AtExitCalls[10])(void);
 };