summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.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/egldriver.h
parent3012885b3fa78ad767c3f3f7299be85b4505b9d9 (diff)
egl: drop always-false TestOnly option
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index a3f9b991284..ba12a060cab 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -86,7 +86,7 @@ _eglInitDriver(_EGLDriver *driver);
extern _EGLDriver *
-_eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only);
+_eglMatchDriver(_EGLDisplay *dpy);
extern __eglMustCastToProperFunctionPointerType