diff options
author | Sven Gothel <[email protected]> | 2010-11-17 10:54:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-17 10:54:09 +0100 |
commit | 911a42f8025e36be459769e09f8b37d934f2badc (patch) | |
tree | 8872c4d7ee692b6fd61c94fe10ab5b9f72fd28d4 /src/newt | |
parent | 1b7b5d34b65745f39befc57e4de567f87d5a2041 (diff) |
cleanup imports
Diffstat (limited to 'src/newt')
-rw-r--r-- | src/newt/classes/com/jogamp/newt/Window.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/Window.java b/src/newt/classes/com/jogamp/newt/Window.java index 9307ea7f7..28395b357 100644 --- a/src/newt/classes/com/jogamp/newt/Window.java +++ b/src/newt/classes/com/jogamp/newt/Window.java @@ -37,7 +37,6 @@ import javax.media.nativewindow.Capabilities; import javax.media.nativewindow.NativeWindow; import javax.media.nativewindow.SurfaceUpdatedListener; import javax.media.nativewindow.util.Insets; -import javax.media.nativewindow.util.Point; /** * Specifying the public Window functionality for the |