[Xfce4-commits] <garcon:master> Drop the g_thread_init() call.

Nick Schermer nick at xfce.org
Mon Aug 17 18:16:11 CEST 2009


Updating branch refs/heads/master
         to ad5df5a87f08a8ca06afba2a277c85f5d499a8bc (commit)
       from f9dd6b9bc5b02b34c2f5bada07870d882b1fafff (commit)

commit ad5df5a87f08a8ca06afba2a277c85f5d499a8bc
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Aug 17 17:57:15 2009 +0200

    Drop the g_thread_init() call.

 garcon/garcon.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/garcon/garcon.c b/garcon/garcon.c
index c44421e..836ebbe 100644
--- a/garcon/garcon.c
+++ b/garcon/garcon.c
@@ -57,10 +57,6 @@ garcon_init (const gchar *env)
 {
   if (g_atomic_int_exchange_and_add (&garcon_ref_count, 1) == 0)
     {
-      /* Initialize the GThread system */
-      if (!g_thread_supported ())
-        g_thread_init (NULL);
-
       /* Initialize the GObject type system */
       g_type_init ();
 



More information about the Xfce4-commits mailing list