Revision: 3816
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3816&view=rev
Author: kappa1
Date: 2012-11-05 23:19:46 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
Remove unneeded old hack for OS X 10.3 in the mac Sys class implementation which loaded the AWT Toolkit
Modified Paths:
--------------
branches/osx-java7/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java
Modified: branches/osx-java7/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java
===================================================================
--- branches/osx-java7/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java 2012-11-05 23:17:34 UTC (rev 3815)
+++ branches/osx-java7/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java 2012-11-05 23:19:46 UTC (rev 3816)
@@ -44,11 +44,6 @@
final class MacOSXSysImplementation extends J2SESysImplementation {
private static final int JNI_VERSION = 23;
- static {
- // Make sure AWT is properly initialized. This avoids hangs on Mac OS X 10.3
- Toolkit.getDefaultToolkit();
- }
-
public int getRequiredJNIVersion() {
return JNI_VERSION;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|