diff options
author | Sven Gothel <[email protected]> | 2011-06-07 18:29:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-07 18:29:40 +0200 |
commit | 9ff2b3fccc95e5ff51b89f6a92048f12dc902647 (patch) | |
tree | e68347ee65ff2a30a8dcbd1679ceabc62b1ec2c5 /src | |
parent | 0a82b8cd8fc964c38c6d447669985d178a34f9d0 (diff) |
import cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java b/src/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java index 1275c9391..73d694cd9 100644 --- a/src/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java +++ b/src/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java @@ -42,7 +42,6 @@ package com.jogamp.opengl.util.awt; import java.awt.Graphics2D; import javax.media.opengl.*; -import com.jogamp.opengl.util.texture.*; /** Provides a Java 2D overlay on top of an arbitrary GLDrawable, making it easier to do things like draw text and images on top of |