mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +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:
@@ -135,8 +135,6 @@ main (gint argc,
|
||||
|
||||
root = G_TYPE_OBJECT;
|
||||
|
||||
g_type_init ();
|
||||
|
||||
for (i = 1; i < argc; i++)
|
||||
{
|
||||
if (strcmp ("-s", argv[i]) == 0)
|
||||
|
Reference in New Issue
Block a user