Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`."
[mesa.git] / src / egl / main / eglconfig.c
index b15ba758278cf9e69b56647d00edf0b3e46a85b7..b3362363664916f8dd3ba35469f87e106fbe9141 100644 (file)
@@ -71,16 +71,6 @@ _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id)
    conf->ComponentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT;
 }
 
-/*
- * Wipe the configs list and return the old list
- */
-_EGLArray *
-_eglWipeConfigs(_EGLDisplay *disp)
-{
-   _EGLArray *configs = disp->Configs;
-   disp->Configs = NULL;
-   return configs;
-}
 
 /**
  * Link a config to its display and return the handle of the link.