[gtkhtml] Remove g_thread_init() calls.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkhtml] Remove g_thread_init() calls.
- Date: Wed, 26 Oct 2011 19:43:21 +0000 (UTC)
commit 4537a45bd19ae01510a445707aeb357739befa16
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Oct 26 15:25:40 2011 -0400
Remove g_thread_init() calls.
g_type_init() already calls it, and has for several GLib releases.
components/editor/main.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/components/editor/main.c b/components/editor/main.c
index e345779..e61ee7a 100644
--- a/components/editor/main.c
+++ b/components/editor/main.c
@@ -370,10 +370,6 @@ main (gint argc,
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- #if !GLIB_CHECK_VERSION(2,31,0)
- g_thread_init (NULL);
- #endif
-
gtk_init (&argc, &argv);
editor = gtkhtml_editor_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]