Removed loading of jawt, since it does not exist on mac

This commit is contained in:
Elias Naur 2005-02-22 14:10:06 +00:00
parent 901e28512d
commit acbbf03fe6
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class AWTGLCanvas extends Canvas implements Drawable {
private final static AWTCanvasImplementation implementation;
static {
System.loadLibrary("jawt");
Sys.initialize();
String class_name;
String OS_NAME = System.getProperty("os.name");