summaryrefslogtreecommitdiff
path: root/src/egl/main/eglconfig.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-05-17 13:21:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-05-17 13:21:12 +0000
commitd2ab4eb2c2ed7a36e2e37fa3804c7581ecca81e0 (patch)
treefa4414826253e950c2a9702c44a5488590bdac7f /src/egl/main/eglconfig.h
parent2ec2e94e2e22dff7b2912fb87c6ffe12dcb301f7 (diff)
remove glmode stuff
Diffstat (limited to 'src/egl/main/eglconfig.h')
-rw-r--r--src/egl/main/eglconfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/eglconfig.h b/src/egl/main/eglconfig.h
index f311e0702a..65ce0f3ed7 100644
--- a/src/egl/main/eglconfig.h
+++ b/src/egl/main/eglconfig.h
@@ -14,7 +14,6 @@ struct _egl_config
{
EGLConfig Handle; /* the public/opaque handle which names this config */
EGLint Attrib[MAX_ATTRIBS];
- __GLcontextModes glmode;
};