mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
egl: remove unused Display field
This commit is contained in:
parent
11a261ef4f
commit
260ac3c983
2 changed files with 0 additions and 3 deletions
|
|
@ -185,7 +185,6 @@ _eglOpenDriver(_EGLDisplay *dpy, const char *driverName, const char *args)
|
|||
else
|
||||
dlclose(lib);
|
||||
|
||||
drv->Display = dpy;
|
||||
return drv;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue