Remove another redundant call to `egl_destroy_gl_dll` in `egl_init_context`

This commit is contained in:
刘皓 2025-08-02 18:17:32 -04:00
parent 22dc48142e
commit 4d14b28728
No known key found for this signature in database
GPG Key ID: 7901753DB465B711
1 changed files with 0 additions and 2 deletions

View File

@ -636,8 +636,6 @@ bool egl_init_context(egl_ctx_data_t *egl,
return false;
#ifdef HAVE_DYLIB
egl_destroy_gl_dll();
for (; *attrib_ptr != EGL_NONE; ++attrib_ptr)
{
if (*attrib_ptr == EGL_OPENGL_ES3_BIT_KHR)