[gtkhtml/gnome-3-3-1: 1/2] Remove g_thread_init() calls.



commit 1455579f61e9af7faa030d52fe8f01373ef437d3
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Oct 26 15:46:46 2011 -0400

    Remove g_thread_init() calls.
    
    g_type_init() already calls it, and has for several GLib releases.

 components/editor/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/components/editor/main.c b/components/editor/main.c
index 9f84da8..e61ee7a 100644
--- a/components/editor/main.c
+++ b/components/editor/main.c
@@ -370,8 +370,6 @@ main (gint argc,
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	textdomain (GETTEXT_PACKAGE);
 
-	g_thread_init (NULL);
-
 	gtk_init (&argc, &argv);
 
 	editor = gtkhtml_editor_new ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]