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



commit b30f32e0da051b4b960c57a56278728eb7124af6
Author: Colin Walters <walters verbum org>
Date:   Sun Sep 7 12:58:10 2014 -0400

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

 src/ostree/ot-main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ostree/ot-main.c b/src/ostree/ot-main.c
index 3530206..1dfa93d 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]