Drop calls to g_type_init()

And bump our GLib requirement.
This commit is contained in:
Colin Walters 2012-10-16 10:58:08 -04:00 committed by Evan Welsh
parent 1820dcacf1
commit 3f1cd04b20

View File

@ -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]);