cogl: Remove unused found_egl_config field

Unused since 812aba31e700 ("winsys: Drop xlib_get_visual_info from the
vtable").

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4105>
This commit is contained in:
Michel Dänzer 2024-10-22 14:34:51 +02:00 committed by Marge Bot
parent 7f624800bf
commit 20b730c76c
2 changed files with 0 additions and 3 deletions

View File

@ -146,7 +146,6 @@ typedef struct _CoglDisplayEGL
EGLSurface egl_surface;
EGLConfig egl_config;
gboolean found_egl_config;
EGLSurface current_read_surface;
EGLSurface current_draw_surface;

View File

@ -461,8 +461,6 @@ _cogl_winsys_display_setup (CoglDisplay *display,
if (!try_create_context (display, error))
goto error;
egl_display->found_egl_config = TRUE;
return TRUE;
error: