diff options
author | Sven Gothel <[email protected]> | 2011-04-22 05:43:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-22 05:43:51 +0200 |
commit | d921526577596882f7ff21e2e1141368c23ebed0 (patch) | |
tree | 3656f240b21634af17aae176a38c46e542ac4c04 /src/newt | |
parent | 4f7d8a59df48d43a5b7da8bcc7dd406357474eb1 (diff) |
simple cleanup/warnings
Diffstat (limited to 'src/newt')
-rw-r--r-- | src/newt/classes/com/jogamp/newt/NewtFactory.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/NewtFactory.java b/src/newt/classes/com/jogamp/newt/NewtFactory.java index 4b7eedca2..cd44df154 100644 --- a/src/newt/classes/com/jogamp/newt/NewtFactory.java +++ b/src/newt/classes/com/jogamp/newt/NewtFactory.java @@ -36,7 +36,6 @@ package com.jogamp.newt; import javax.media.nativewindow.*; import com.jogamp.common.jvm.JVMUtil; -import com.jogamp.newt.event.WindowEvent; import jogamp.newt.DisplayImpl; import jogamp.newt.ScreenImpl; import jogamp.newt.WindowImpl; |