summaryrefslogtreecommitdiff
path: root/src/egl/main/eglsurface.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-08-14 17:29:23 +0800
committerBrian Paul <brianp@vmware.com>2009-08-18 08:49:34 -0600
commit7a9f52800932c02f5b425158b4978d0c1d2f4fd3 (patch)
tree7c7b2c31e47a50f6f9bc11ec932ec722314f1246 /src/egl/main/eglsurface.h
parentccc2b0bc65b02d4582d52d133290c8cb046bce8f (diff)
egl: Remove hash table for surfaces.
The hash table was used to map a surface to a handle. It is simpler to cast directly. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r--src/egl/main/eglsurface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h
index cfae6970f2..f6d44b5922 100644
--- a/src/egl/main/eglsurface.h
+++ b/src/egl/main/eglsurface.h
@@ -13,7 +13,6 @@ struct _egl_surface
/* Managed by EGLDisplay for linking */
_EGLDisplay *Display;
_EGLSurface *Next;
- EGLSurface Handle;
/* The bound status of the surface */
_EGLContext *Binding;