Remove all calls to g_type_init(), it's deprecated

The type system is initialized automatically now.
This commit is contained in:
Michael Natterer
2013-05-25 22:44:20 +02:00
parent e5b7df0748
commit 66ff5dd70b
13 changed files with 3 additions and 24 deletions

View File

@ -418,7 +418,6 @@ gimp_main (const GimpPlugInInfo *info,
gimp_wire_set_writer (gimp_write);
gimp_wire_set_flusher (gimp_flush);
g_type_init ();
gimp_enums_init ();
/* initialize units */