diff options
author | Sven Gothel <[email protected]> | 2012-03-04 23:07:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-04 23:07:27 +0100 |
commit | b2c309aab9be8c02d454c8e36cc3976f9c4b3584 (patch) | |
tree | d68cd69c280fc8ca9e3f9af03c005adb62207bd4 /src/newt/classes/com | |
parent | a0177c8a1048683e5d43f4712f8f9e37091d4e85 (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.java | 2 |
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"); |