diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 2e02fc6c4..c025f26da 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -51,10 +51,6 @@ empathy_init (void) if (initialized) return; - /* Setup glib. Threads are required for async GIO. */ - if (!g_thread_supported ()) { - g_thread_init (NULL); - } g_type_init (); /* Setup gettext */ |