mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Remove g_type_init() calls
Very many testcases, some GLib tools (resource compiler, etc) and GApplication were calling g_type_init(). Remove those uses, as they are no longer required. https://bugzilla.gnome.org/show_bug.cgi?id=686161
This commit is contained in:
@@ -684,8 +684,6 @@ main (int argc, char **argv)
|
||||
guint watch;
|
||||
#endif
|
||||
|
||||
g_type_init ();
|
||||
|
||||
context = g_option_context_new ("lookups ...");
|
||||
g_option_context_add_main_entries (context, option_entries, NULL);
|
||||
if (!g_option_context_parse (context, &argc, &argv, &error))
|
||||
|
Reference in New Issue
Block a user