summaryrefslogtreecommitdiff
path: root/gnu/java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java')
-rw-r--r--gnu/java/awt/peer/gtk/GtkMainThread.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/java/awt/peer/gtk/GtkMainThread.java b/gnu/java/awt/peer/gtk/GtkMainThread.java
index 0f277d029..be586d21e 100644
--- a/gnu/java/awt/peer/gtk/GtkMainThread.java
+++ b/gnu/java/awt/peer/gtk/GtkMainThread.java
@@ -25,7 +25,6 @@ public class GtkMainThread extends GtkGenericPeer implements Runnable
private static Thread mainThread = null;
private static Object mainThreadLock = new Object();
- native static void GtkInitTable();
static native void GtkInit();
native void GtkMain();
@@ -46,7 +45,6 @@ public class GtkMainThread extends GtkGenericPeer implements Runnable
public void run() {
synchronized (this) {
- GtkInitTable();
GtkInit();
notify();
}