summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-09-07 12:58:10 -0400
committerColin Walters <walters@verbum.org>2014-09-07 12:58:10 -0400
commitb30f32e0da051b4b960c57a56278728eb7124af6 (patch)
tree72b7c355a2733acf832284a89eb286162bcdc81c
parentf8f5da219edd2279322bba916879fd53c2b65350 (diff)
downloadostree-b30f32e0da051b4b960c57a56278728eb7124af6.tar.gz
Drop g_type_init() call now that we depend on GLib 2.36
-rw-r--r--src/ostree/ot-main.c2
1 files changed, 0 insertions, 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);