app: remove g_thread_init() from test-operations.c

This commit is contained in:
Michael Natterer
2012-07-31 16:47:57 +02:00
parent c207e395fd
commit a9179601c9

View File

@ -391,7 +391,6 @@ main (gint argc,
{
gint result;
g_thread_init (NULL);
gegl_init (&argc, &argv);
gimp_operations_init ();
g_test_init (&argc, &argv, NULL);