summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/eglconfig.c')
-rw-r--r--src/egl/main/eglconfig.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/egl/main/eglconfig.c b/src/egl/main/eglconfig.c
index b15ba758278..b3362363664 100644
--- a/src/egl/main/eglconfig.c
+++ b/src/egl/main/eglconfig.c
@@ -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.