[java-atk-wrapper] Remove repeated code logic
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Remove repeated code logic
- Date: Sat, 15 Nov 2014 15:45:37 +0000 (UTC)
commit c41bfb3210f9a8acff10a433b594c5240e3556f6
Author: Magdalen Berns <m berns thismagpie com>
Date: Sat Nov 15 15:45:04 2014 +0000
Remove repeated code logic
Bug https://bugzilla.gnome.org/show_bug.cgi?id=740176
jni/src/AtkWrapper.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/jni/src/AtkWrapper.c b/jni/src/AtkWrapper.c
index 1e1414d..9ea63e8 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -169,9 +169,6 @@ JNICALL Java_org_GNOME_Accessibility_AtkWrapper_initNativeLibrary(JNIEnv *jniEnv
{
XInitThreads();
g_thread_init(NULL);
- }
-
- if (!g_module_supported()) {
return JNI_FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]