From cbedf400e93dd3526607df4aedd3e623a54199d3 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 12 Dec 2008 15:49:38 +0000 Subject: gtk_init and g_thread_init shouldn't be called by libraries. Let applications do it. svn path=/trunk/; revision=1971 --- libempathy/empathy-utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libempathy') 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 */ -- cgit v1.2.3