mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Drop calls to g_type_init()
And bump our GLib requirement.
This commit is contained in:
parent
1820dcacf1
commit
3f1cd04b20
@ -174,8 +174,6 @@ main (int argc, char ** argv)
|
||||
g_debug ("[parsing] start, %d includes",
|
||||
includedirs ? g_strv_length (includedirs) : 0);
|
||||
|
||||
g_type_init ();
|
||||
|
||||
if (includedirs != NULL)
|
||||
for (i = 0; includedirs[i]; i++)
|
||||
g_irepository_prepend_search_path (includedirs[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user