diff options
author | Chia-I Wu <[email protected]> | 2009-08-14 17:29:23 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-18 08:49:34 -0600 |
commit | 7a9f52800932c02f5b425158b4978d0c1d2f4fd3 (patch) | |
tree | 7c7b2c31e47a50f6f9bc11ec932ec722314f1246 /src/egl/main/eglsurface.h | |
parent | ccc2b0bc65b02d4582d52d133290c8cb046bce8f (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 <[email protected]>
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r-- | src/egl/main/eglsurface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h index cfae6970f23..f6d44b5922e 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; |