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:
parent
7f624800bf
commit
20b730c76c
@ -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;
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user