diff options
-rw-r--r-- | src/egl/main/eglsurface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h index eee66f6d86..0d64d20dd4 100644 --- a/src/egl/main/eglsurface.h +++ b/src/egl/main/eglsurface.h @@ -28,9 +28,6 @@ struct _egl_surface /* True if the surface is bound to an OpenGL ES texture */ EGLBoolean BoundToTexture; - /* If type == EGL_SCREEN_BIT: */ - EGLint VisibleRefCount; /* number of screens I'm displayed on */ - #ifdef EGL_VERSION_1_2 EGLint SwapBehavior; /* one of EGL_BUFFER_PRESERVED/DESTROYED */ EGLint HorizontalResolution, VerticalResolution; |