From 1abdbdff876def3f061592d0f2317fcefc4d03cb Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 13 Jan 2015 17:24:09 +0300 Subject: require GLib >= 2.36 Closes https://github.com/mate-desktop/mate-netbook/pull/16 --- maximus/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'maximus') diff --git a/maximus/main.c b/maximus/main.c index 8083f48..bfbc284 100644 --- a/maximus/main.c +++ b/maximus/main.c @@ -64,12 +64,6 @@ gint main (gint argc, gchar *argv[]) MaximusApp UNUSED_VARIABLE *app; GOptionContext *context; -#if GLIB_CHECK_VERSION (2, 32, 0) - /* g_thread_init (NULL); */ -#else - g_thread_init (NULL); -#endif - g_set_application_name ("Maximus"); gtk_init (&argc, &argv); -- cgit v1.2.1