egl: Remove unused _EGL_SKIP_HANDLE_CHECK.
authorChia-I Wu <olv@lunarg.com>
Mon, 22 Feb 2010 13:59:14 +0000 (21:59 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 23 Feb 2010 14:42:46 +0000 (22:42 +0800)
commit7d1237bc71811e95aec142f41599620f0361fafc
treed2a5e6de07818eb48a28a681f90e0d10afecb522
parent58a72cd65e352849a5ce7be473fc5a2a7fc32e79
egl: Remove unused _EGL_SKIP_HANDLE_CHECK.

It was added to skip checking EGLDisplay, EGLSurface, and etc.  It is
never defined and the spec does not allow the checks to be skipped.
Remove it for good.
src/egl/main/eglconfig.c
src/egl/main/eglconfig.h
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h