diff options
Diffstat (limited to 'src/egl/main/eglcontext.h')
-rw-r--r-- | src/egl/main/eglcontext.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egl/main/eglcontext.h b/src/egl/main/eglcontext.h index 8d97ef9eab9..deddefdcaba 100644 --- a/src/egl/main/eglcontext.h +++ b/src/egl/main/eglcontext.h @@ -65,9 +65,6 @@ struct _egl_context EGLint ContextPriority; EGLBoolean NoError; EGLint ReleaseBehavior; - - /* The real render buffer when a window surface is bound */ - EGLint WindowRenderBuffer; }; |