From eb7513d8290dd6c77a0481696b2a88626a2d89fe Mon Sep 17 00:00:00 2001 From: Michael Henning Date: Sat, 30 Mar 2013 19:25:39 -0400 Subject: Remove all references to g_thread_init () It was deprecated in glib 2.32 --- bin/gegl-tester.c | 2 -- bin/gegl.c | 1 - 2 files changed, 3 deletions(-) (limited to 'bin') diff --git a/bin/gegl-tester.c b/bin/gegl-tester.c index d30af739..8a2df13c 100644 --- a/bin/gegl-tester.c +++ b/bin/gegl-tester.c @@ -313,8 +313,6 @@ main (gint argc, GError *error = NULL; GOptionContext *context; - g_thread_init (NULL); - context = g_option_context_new (NULL); g_option_context_add_main_entries (context, options, NULL); g_option_context_add_group (context, gegl_get_option_group ()); diff --git a/bin/gegl.c b/bin/gegl.c index 25174ef3..9e490289 100644 --- a/bin/gegl.c +++ b/bin/gegl.c @@ -86,7 +86,6 @@ main (gint argc, GError *err = NULL; gchar *path_root = NULL; - g_thread_init (NULL); gegl_init (&argc, &argv); #ifdef HAVE_SPIRO gegl_path_spiro_init (); -- cgit v1.2.3