summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Henning <drawoc@darkrefraction.com>2013-03-30 19:25:39 -0400
committerMichael Henning <drawoc@darkrefraction.com>2013-03-30 19:30:57 -0400
commiteb7513d8290dd6c77a0481696b2a88626a2d89fe (patch)
tree050048ff1ffcc4f38722f763bf37c507221f016f /bin
parentdf6835cf7eed7c82cd9decc74c6603db3f0492da (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.c2
-rw-r--r--bin/gegl.c1
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 ());
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 ();