diff options
author | Hal Gentz <[email protected]> | 2019-10-18 01:03:30 -0600 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-10-18 18:41:51 +0000 |
commit | 4ef2c53755686a22563dc2be4592d53b1cc96dc7 (patch) | |
tree | dada0a669033dda1a3d8654bdbd11b2378e845ca /src/egl/main/eglconfig.h | |
parent | 9a7a92c1ec1c96b25995a530405fd8de298a221f (diff) |
Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`."
This reverts commit 075a96aa926e6e89795f95a6a59693f44d9ac970.
Diffstat (limited to 'src/egl/main/eglconfig.h')
-rw-r--r-- | src/egl/main/eglconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egl/main/eglconfig.h b/src/egl/main/eglconfig.h index e9b87d98a9d..064187ff1dd 100644 --- a/src/egl/main/eglconfig.h +++ b/src/egl/main/eglconfig.h @@ -179,9 +179,6 @@ _eglGetConfigKey(const _EGLConfig *conf, EGLint key) extern void _eglInitConfig(_EGLConfig *config, _EGLDisplay *disp, EGLint id); -extern _EGLArray * -_eglWipeConfigs(_EGLDisplay *disp); - extern EGLConfig _eglLinkConfig(_EGLConfig *conf); |