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 Philip Withnall
parent 4dc7b03bce
commit 42654f0979

View File

@ -52,8 +52,6 @@ main (int argc, char *argv[])
g_log_set_always_fatal (G_LOG_LEVEL_WARNING | G_LOG_LEVEL_CRITICAL);
g_type_init ();
g_typelib_check_sanity ();
context = g_option_context_new ("");