Hack removed; use /delayload:jawt.dll for Win32 VC 7 build options

This commit is contained in:
Caspian Rychlik-Prince 2005-02-16 15:21:51 +00:00
parent 662631deb6
commit 348b057db1
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ public final class Sys {
private final static SysImplementation implementation;
static {
System.loadLibrary("awt");
System.loadLibrary("jawt"); // FIXME: temporary hack
System.loadLibrary(LIBRARY_NAME);
implementation = createImplementation();
String native_version = implementation.getNativeLibraryVersion();