diff options
Diffstat (limited to 'tests/icles/gdkpixbufsink-test.c')
-rw-r--r-- | tests/icles/gdkpixbufsink-test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/icles/gdkpixbufsink-test.c b/tests/icles/gdkpixbufsink-test.c index 8ada8614b..a09d9f135 100644 --- a/tests/icles/gdkpixbufsink-test.c +++ b/tests/icles/gdkpixbufsink-test.c @@ -330,11 +330,6 @@ main (int argc, char **argv) GOptionContext *ctx; GError *opt_err = NULL; -#if !GLIB_CHECK_VERSION (2, 31, 0) - if (!g_thread_supported ()) - g_thread_init (NULL); -#endif - gtk_init (&argc, &argv); /* command line option parsing */ |