mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Drop calls to g_type_init()
And bump our GLib requirement.
This commit is contained in:
parent
4dc7b03bce
commit
42654f0979
@ -52,8 +52,6 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
g_log_set_always_fatal (G_LOG_LEVEL_WARNING | G_LOG_LEVEL_CRITICAL);
|
g_log_set_always_fatal (G_LOG_LEVEL_WARNING | G_LOG_LEVEL_CRITICAL);
|
||||||
|
|
||||||
g_type_init ();
|
|
||||||
|
|
||||||
g_typelib_check_sanity ();
|
g_typelib_check_sanity ();
|
||||||
|
|
||||||
context = g_option_context_new ("");
|
context = g_option_context_new ("");
|
||||||
|
Loading…
Reference in New Issue
Block a user