Mesa (master): egl: Remove unused VisibleRefCount.

Chia-I Wu olv at kemper.freedesktop.org
Sat Jan 30 15:14:09 UTC 2010


Module: Mesa
Branch: master
Commit: 6fc304456e4b5c166efdaac512b2fb285b9f5d7f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fc304456e4b5c166efdaac512b2fb285b9f5d7f

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Sat Jan 30 22:55:00 2010 +0800

egl: Remove unused VisibleRefCount.

---

 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 eee66f6..0d64d20 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;




More information about the mesa-commit mailing list