summaryrefslogtreecommitdiff
path: root/src/egl/main/eglsurface.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-30 22:55:00 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-30 22:58:03 +0800
commit6fc304456e4b5c166efdaac512b2fb285b9f5d7f (patch)
tree990b184f8e91fa8c92d09f0aa6e5750d05e319d4 /src/egl/main/eglsurface.h
parent00e1790f3230de550121591d611b47da299ae15c (diff)
egl: Remove unused VisibleRefCount.
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r--src/egl/main/eglsurface.h3
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;