diff --git a/cogl/cogl/cogl.c b/cogl/cogl/cogl.c index a9cd5ca21..807594f1b 100644 --- a/cogl/cogl/cogl.c +++ b/cogl/cogl/cogl.c @@ -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; }