diff options
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 |