2003/09/20 05:03:47
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 9484439..788ced5 100644 (file)
@@ -22,7 +22,6 @@ public abstract class GCJ extends Platform {
     protected org.xwt.Weak _getWeak(Object o) { return new Java2Weak(o); }
 
     protected native InputStream _getBuiltinInputStream();
-    protected native InputStream _getFreetypeInputStream();
 
     private static class Java2Weak extends java.lang.ref.WeakReference implements org.xwt.Weak {
         public Java2Weak(Object o) { super(o); }