mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
cogl: Remove conditional g_type_init() call
glib 2.36 hasn't met our minimum requirements for years. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1957>
This commit is contained in:
parent
ea46ebea99
commit
8158e96004
@ -214,10 +214,6 @@ _cogl_init (void)
|
||||
|
||||
if (initialized == FALSE)
|
||||
{
|
||||
#if !GLIB_CHECK_VERSION (2, 36, 0)
|
||||
g_type_init ();
|
||||
#endif
|
||||
|
||||
_cogl_debug_check_environment ();
|
||||
initialized = TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user