egl: remove unused Display field

This commit is contained in:
Brian Paul 2008-05-28 16:08:50 -06:00
parent 11a261ef4f
commit 260ac3c983
2 changed files with 0 additions and 3 deletions

View file

@ -185,7 +185,6 @@ _eglOpenDriver(_EGLDisplay *dpy, const char *driverName, const char *args)
else
dlclose(lib);
drv->Display = dpy;
return drv;
}

View file

@ -28,8 +28,6 @@ struct _egl_driver
void *LibHandle; /**< dlopen handle */
_EGLDisplay *Display;
int APImajor, APIminor; /**< as returned by eglInitialize() */
char Version[10]; /**< initialized from APImajor/minor */