Module: Mesa Branch: master Commit: c77ea0501c93bbf4d47b2256d629b4ffb6ae4c8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c77ea0501c93bbf4d47b2256d629b4ffb6ae4c8a
Author: Tapani Pälli <[email protected]> Date: Tue Sep 5 14:48:56 2017 +0300 egl: remove unused 'Screens' array from _egl_display This was used by EGL_MESA_screen_surface that has been removed in commit 7a58262e58d8edac3308777def0950032628edee. Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/egl/main/egldisplay.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 3d5a44578c..9a0b9b672a 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -168,7 +168,6 @@ struct _egl_display char ClientAPIsString[100]; /**< EGL_CLIENT_APIS */ char ExtensionsString[_EGL_MAX_EXTENSIONS_LEN]; /**< EGL_EXTENSIONS */ - _EGLArray *Screens; _EGLArray *Configs; /* lists of resources */ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
