From e1d978775f982a450bd84588a4f9567d6bbccebd Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 26 Aug 2009 16:06:39 +0800 Subject: egl: Remove Xdpy from EGLDisplay. It is not used anymore. Signed-off-by: Chia-I Wu --- src/egl/main/egldisplay.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/egl/main/egldisplay.h') diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index c7a41cd588..6575fdf198 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -1,10 +1,6 @@ #ifndef EGLDISPLAY_INCLUDED #define EGLDISPLAY_INCLUDED -#ifdef _EGL_PLATFORM_X -#include -#endif - #include "egltypedefs.h" #include "egldefines.h" #include "eglcontext.h" @@ -54,10 +50,6 @@ struct _egl_display /* lists of linked contexts and surface */ _EGLContext *ContextList; _EGLSurface *SurfaceList; - -#ifdef _EGL_PLATFORM_X - Display *Xdpy; -#endif }; -- cgit v1.2.3