[Mesa-dev] [PATCH] egl: remove unused 'Screens' array from _egl_display
Tapani Pälli
tapani.palli at intel.com
Tue Sep 5 11:48:56 UTC 2017
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>
---
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