summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-10-18 16:31:23 +0100
committerEric Engestrom <[email protected]>2017-10-18 17:25:41 +0100
commitd7e769abec732fd23b93145a519065c82b2ccb2b (patch)
treed6d7a56b93e2943af2c1a9fb455505a93128fb96 /src/egl/main/egldisplay.h
parent3012885b3fa78ad767c3f3f7299be85b4505b9d9 (diff)
egl: drop always-false TestOnly option
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl/main/egldisplay.h')
-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 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;