diff options
author | Monsta <[email protected]> | 2015-01-13 17:24:09 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-14 07:48:27 +0100 |
commit | 1abdbdff876def3f061592d0f2317fcefc4d03cb (patch) | |
tree | 2ce3186d8437854c64791f7c858a398a655cad1a /maximus | |
parent | b1e79889bcb1735c079ff563ab4960fe92338538 (diff) | |
download | mate-netbook-1abdbdff876def3f061592d0f2317fcefc4d03cb.tar.bz2 mate-netbook-1abdbdff876def3f061592d0f2317fcefc4d03cb.tar.xz |
require GLib >= 2.36
Closes https://github.com/mate-desktop/mate-netbook/pull/16
Diffstat (limited to 'maximus')
-rw-r--r-- | maximus/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
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); |