From 53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8 Mon Sep 17 00:00:00 2001 From: Monsta Date: Mon, 12 Jan 2015 16:04:13 +0300 Subject: drop support for GLib < 2.36 Closes https://github.com/mate-desktop/caja/pull/372 --- test/test-copy.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/test-copy.c') diff --git a/test/test-copy.c b/test/test-copy.c index 81407812..b87f3232 100644 --- a/test/test-copy.c +++ b/test/test-copy.c @@ -44,11 +44,7 @@ main (int argc, char* argv[]) int i; GList *infos; CajaProgressInfo *progress_info; - -#if !GLIB_CHECK_VERSION (2, 32, 0) - g_thread_init (NULL); -#endif - + test_init (&argc, &argv); if (argc < 3) { -- cgit v1.2.1