From d7e769abec732fd23b93145a519065c82b2ccb2b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 18 Oct 2017 16:31:23 +0100 Subject: egl: drop always-false TestOnly option Signed-off-by: Eric Engestrom --- src/egl/main/egldisplay.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/egl/main/egldisplay.h') diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 9a0b9b672ac..da5339b7bf9 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -152,7 +152,6 @@ struct _egl_display /* options that affect how the driver initializes the display */ struct { - EGLBoolean TestOnly; /**< Driver should not set fields when true */ EGLBoolean UseFallback; /**< Use fallback driver (sw or less features) */ void *Platform; /**< Platform-specific options */ } Options; -- cgit v1.2.3