mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
Drop g_type_init() call now that we depend on GLib 2.36
This commit is contained in:
parent
f8f5da219e
commit
b30f32e0da
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user