mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Drop calls to g_type_init()
And bump our GLib requirement.
This commit is contained in:
committed by
Evan Welsh
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]);
|
||||
|
Reference in New Issue
Block a user