summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index df0eb7fc4c..b0a5fadf64 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -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 */