OSDN Git Service

2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / java / awt / peer / gtk / GdkFontPeer.java
index 8274448..36986d5 100644 (file)
@@ -62,10 +62,7 @@ public class GdkFontPeer extends ClasspathFontPeer
   
   static 
   {
-    if (Configuration.INIT_LOAD_LIBRARY)
-      {
-        System.loadLibrary("gtkpeer");
-      }
+    System.loadLibrary("gtkpeer");
 
     initStaticState ();