aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-04 23:07:27 +0100
committerSven Gothel <[email protected]>2012-03-04 23:07:27 +0100
commitb2c309aab9be8c02d454c8e36cc3976f9c4b3584 (patch)
treed68cd69c280fc8ca9e3f9af03c005adb62207bd4 /src/newt/classes/com
parenta0177c8a1048683e5d43f4712f8f9e37091d4e85 (diff)
NewtFactory: Since the platform string references are unique, let's just compare the references instead of a string compare
Diffstat (limited to 'src/newt/classes/com')
-rw-r--r--src/newt/classes/com/jogamp/newt/NewtFactory.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newt/classes/com/jogamp/newt/NewtFactory.java b/src/newt/classes/com/jogamp/newt/NewtFactory.java
index 4e6fa1aa5..f551fcc83 100644
--- a/src/newt/classes/com/jogamp/newt/NewtFactory.java
+++ b/src/newt/classes/com/jogamp/newt/NewtFactory.java
@@ -46,8 +46,6 @@ import jogamp.newt.DisplayImpl;
import jogamp.newt.ScreenImpl;
import jogamp.newt.WindowImpl;
-import com.jogamp.common.os.Platform;
-
public class NewtFactory {
public static final boolean DEBUG_IMPLEMENTATION = Debug.debug("Window");