summaryrefslogtreecommitdiff
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/main.c b/shell/main.c
index 3164d3da..367e0977 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -260,12 +260,6 @@ main (int argc, char *argv[])
}
#endif
-#if !GLIB_CHECK_VERSION (2, 32, 0)
- /* Init glib threads asap */
- if (!g_thread_supported ())
- g_thread_init (NULL);
-#endif
-
#ifdef ENABLE_NLS
/* Initialize the i18n stuff */
bindtextdomain (GETTEXT_PACKAGE, ev_get_locale_dir());