diff options
author | Chia-I Wu <[email protected]> | 2010-10-22 14:55:31 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-10-22 16:26:25 +0800 |
commit | 0ed96efc1b77719879868738eb5aa7a234064108 (patch) | |
tree | 2395bd8b1beb1298acdfb61449bcf99ab4d0e484 /src/egl/main | |
parent | b67f7295b77839a027502039e63213dce269034c (diff) |
egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.
_EGLConfig can be directly dereferenced now. Since egl_glx is the last
user of the macros, drop the macros too.
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | src/egl/main/eglconfig.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/egl/main/eglconfig.h b/src/egl/main/eglconfig.h index 0b6a0c27521..892815fa631 100644 --- a/src/egl/main/eglconfig.h +++ b/src/egl/main/eglconfig.h @@ -53,13 +53,6 @@ struct _egl_config /** - * Macros for source level compatibility. - */ -#define SET_CONFIG_ATTRIB(CONF, ATTR, VAL) _eglSetConfigKey(CONF, ATTR, VAL) -#define GET_CONFIG_ATTRIB(CONF, ATTR) _eglGetConfigKey(CONF, ATTR) - - -/** * Map an EGL attribute enum to the offset of the member in _EGLConfig. */ static INLINE EGLint |