mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
egl: remove unused 'Screens' array from _egl_display
This was used by EGL_MESA_screen_surface that has been removed
in commit 7a58262e58.
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <eml.velikov@collabora.com>
This commit is contained in:
parent
e38685cc62
commit
c77ea0501c
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ struct _egl_display
|
||||||
char ClientAPIsString[100]; /**< EGL_CLIENT_APIS */
|
char ClientAPIsString[100]; /**< EGL_CLIENT_APIS */
|
||||||
char ExtensionsString[_EGL_MAX_EXTENSIONS_LEN]; /**< EGL_EXTENSIONS */
|
char ExtensionsString[_EGL_MAX_EXTENSIONS_LEN]; /**< EGL_EXTENSIONS */
|
||||||
|
|
||||||
_EGLArray *Screens;
|
|
||||||
_EGLArray *Configs;
|
_EGLArray *Configs;
|
||||||
|
|
||||||
/* lists of resources */
|
/* lists of resources */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue