diff options
author | Monsta <[email protected]> | 2015-01-12 16:04:13 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-13 11:55:00 +0100 |
commit | 53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8 (patch) | |
tree | bc422498f805a6ae0b5495157a7482616ec16259 /src/caja-main.c | |
parent | d327a96cfb61acd0ce606c4bf80349454b66bd44 (diff) | |
download | caja-53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8.tar.bz2 caja-53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8.tar.xz |
drop support for GLib < 2.36
Closes https://github.com/mate-desktop/caja/pull/372
Diffstat (limited to 'src/caja-main.c')
-rw-r--r-- | src/caja-main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/caja-main.c b/src/caja-main.c index 7eee311a..1de9fa29 100644 --- a/src/caja-main.c +++ b/src/caja-main.c @@ -389,10 +389,6 @@ main (int argc, char *argv[]) mallopt (M_MMAP_THRESHOLD, 128 *1024); #endif -#if !GLIB_CHECK_VERSION (2, 32, 0) - g_thread_init (NULL); -#endif - #if !GLIB_CHECK_VERSION (2, 42, 0) /* This will be done by gtk+ later, but for now, force it to MATE */ g_desktop_app_info_set_desktop_env ("MATE"); |