mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Drop calls to g_type_init()
And bump our GLib requirement.
This commit is contained in:
committed by
Philip Withnall
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_type_init ();
|
||||
|
||||
g_typelib_check_sanity ();
|
||||
|
||||
context = g_option_context_new ("");
|
||||
|
Reference in New Issue
Block a user