diff options
author | Brian Paul <[email protected]> | 2005-05-17 13:21:12 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-05-17 13:21:12 +0000 |
commit | d2ab4eb2c2ed7a36e2e37fa3804c7581ecca81e0 (patch) | |
tree | fa4414826253e950c2a9702c44a5488590bdac7f /src/egl/main/eglconfig.h | |
parent | 2ec2e94e2e22dff7b2912fb87c6ffe12dcb301f7 (diff) |
remove glmode stuff
Diffstat (limited to 'src/egl/main/eglconfig.h')
-rw-r--r-- | src/egl/main/eglconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/eglconfig.h b/src/egl/main/eglconfig.h index f311e0702ac..65ce0f3ed74 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; }; |