summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/demos/xtrans/XTDesktopManager.java2
-rwxr-xr-xsrc/demos/xtrans/XTDesktopPane.java2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/demos/xtrans/XTDesktopManager.java b/src/demos/xtrans/XTDesktopManager.java
index 4b911ee..3b8828a 100755
--- a/src/demos/xtrans/XTDesktopManager.java
+++ b/src/demos/xtrans/XTDesktopManager.java
@@ -11,8 +11,6 @@ import javax.media.opengl.*;
import javax.media.opengl.glu.*;
import com.sun.opengl.impl.*;
-import com.sun.opengl.impl.windows.*;
-
/** A desktop manager implementation supporting accelerated
transitions of the components on the desktop via OpenGL. This
class does not need to be instantiated by end users; it is
diff --git a/src/demos/xtrans/XTDesktopPane.java b/src/demos/xtrans/XTDesktopPane.java
index 8582e71..2df6c5e 100755
--- a/src/demos/xtrans/XTDesktopPane.java
+++ b/src/demos/xtrans/XTDesktopPane.java
@@ -8,8 +8,6 @@ import javax.media.opengl.*;
import javax.media.opengl.glu.*;
import com.sun.opengl.impl.*;
-import com.sun.opengl.impl.windows.*;
-
/** A JDesktopPane subclass supporting Accelerated Transitions (XT) of
the components contained within. */