summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2017-09-05 14:48:56 +0300
committerTapani Pälli <tapani.palli@intel.com>2017-09-06 07:59:14 +0300
commitc77ea0501c93bbf4d47b2256d629b4ffb6ae4c8a (patch)
tree20b99a97a664760c777f8886eb91029af66e2b77
parente38685cc62e2a452521c49a3ad09d82495c6b1d0 (diff)
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 <tapani.palli@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <eml.velikov@collabora.com>
-rw-r--r--src/egl/main/egldisplay.h1
1 files changed, 0 insertions, 1 deletions
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 */