diff options
author | Chia-I Wu <[email protected]> | 2010-01-24 20:44:39 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-24 20:52:30 +0800 |
commit | cf7c1ea4f1a805a3b6003808aa0b034603412870 (patch) | |
tree | 86de8535f519e8078e3f79495fe1c539eed7fcb3 /src/egl/main/eglconfigutil.h | |
parent | 56b93a25ea5c573587ac699bf6806fe530f81b2f (diff) |
egl: Remove unused helper functions.
_eglFillInConfigs and _eglFindAPIs have no user in Mesa and are unlikely
to find one soon. It should be fine to remove them.
Diffstat (limited to 'src/egl/main/eglconfigutil.h')
-rw-r--r-- | src/egl/main/eglconfigutil.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/egl/main/eglconfigutil.h b/src/egl/main/eglconfigutil.h index 9f8906dedb6..c6f48199605 100644 --- a/src/egl/main/eglconfigutil.h +++ b/src/egl/main/eglconfigutil.h @@ -16,14 +16,4 @@ _eglConfigFromContextModesRec(_EGLConfig *conf, const __GLcontextModes *m, EGLint conformant, EGLint renderable_type); -PUBLIC EGLBoolean -_eglFillInConfigs( _EGLConfig *configs, - EGLenum fb_format, EGLenum fb_type, - const uint8_t * depth_bits, const uint8_t * stencil_bits, - unsigned num_depth_stencil_bits, - const EGLenum * db_modes, unsigned num_db_modes, - int visType ); - - - #endif /* EGLCONFIGUTIL_INCLUDED */ |