From b30f32e0da051b4b960c57a56278728eb7124af6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 7 Sep 2014 12:58:10 -0400 Subject: [PATCH] Drop g_type_init() call now that we depend on GLib 2.36 --- src/ostree/ot-main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ostree/ot-main.c b/src/ostree/ot-main.c index 35302065..1dfa93d7 100644 --- a/src/ostree/ot-main.c +++ b/src/ostree/ot-main.c @@ -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);