egl: drop unused _EGLDriver & _EGLDisplay from _eglQueryContext()
[mesa.git] / src / egl / main / eglcontext.h
index e1d335e75365957a409950decfc64b1b26740e51..06029e81251c75965cdbbff9a3a29c2c7738a1bd 100644 (file)
@@ -74,7 +74,7 @@ _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp,
 
 
 extern EGLBoolean
-_eglQueryContext(const _EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx, EGLint attribute, EGLint *value);
+_eglQueryContext(_EGLContext *ctx, EGLint attribute, EGLint *value);
 
 
 extern EGLBoolean