[Mesa-dev] [PATCH] egl: remove unused 'Screens' array from _egl_display
Eric Engestrom
eric.engestrom at imgtec.com
Tue Sep 5 14:29:14 UTC 2017
On Tuesday, 2017-09-05 14:48:56 +0300, Tapani Pälli wrote:
> This was used by EGL_MESA_screen_surface that has been removed
> in commit 7a58262e58d8edac3308777def0950032628edee.
>
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
> 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 */
> --
> 2.13.5
>
More information about the mesa-dev
mailing list