Drop g_type_init() call now that we depend on GLib 2.36

This commit is contained in:
Colin Walters 2014-09-07 12:58:10 -04:00
parent f8f5da219e
commit b30f32e0da

View File

@ -88,8 +88,6 @@ ostree_run (int argc,
/* avoid gvfs (http://bugzilla.gnome.org/show_bug.cgi?id=526454) */
g_setenv ("GIO_USE_VFS", "local", TRUE);
g_type_init ();
g_set_prgname (argv[0]);
g_log_set_handler (NULL, G_LOG_LEVEL_MESSAGE, message_handler, NULL);