[java-atk-wrapper] remove g_thread_init()



commit 2eb4049d42d12319c14f1ff47d30aad0553d22d8
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sat Nov 15 15:53:46 2014 +0000

    remove g_thread_init()
    
    This should happen automatically
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740177

 jni/src/AtkWrapper.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/jni/src/AtkWrapper.c b/jni/src/AtkWrapper.c
index 9ea63e8..b856be0 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -168,7 +168,6 @@ JNICALL Java_org_GNOME_Accessibility_AtkWrapper_initNativeLibrary(JNIEnv *jniEnv
   if (!g_thread_supported())
   {
     XInitThreads();
-    g_thread_init(NULL);
     return JNI_FALSE;
   }
 


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