diff options
author | Michael Henning <drawoc@darkrefraction.com> | 2013-03-30 19:25:39 -0400 |
---|---|---|
committer | Michael Henning <drawoc@darkrefraction.com> | 2013-03-30 19:30:57 -0400 |
commit | eb7513d8290dd6c77a0481696b2a88626a2d89fe (patch) | |
tree | 050048ff1ffcc4f38722f763bf37c507221f016f /bin | |
parent | df6835cf7eed7c82cd9decc74c6603db3f0492da (diff) |
Remove all references to g_thread_init ()
It was deprecated in glib 2.32
Diffstat (limited to 'bin')
-rw-r--r-- | bin/gegl-tester.c | 2 | ||||
-rw-r--r-- | bin/gegl.c | 1 |
2 files changed, 0 insertions, 3 deletions
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 ()); @@ -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 (); |