aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/java/jogamp/openal/ALExtImpl.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/java/jogamp/openal/ALExtImpl.java b/src/java/jogamp/openal/ALExtImpl.java
index 23deab1..487c267 100644
--- a/src/java/jogamp/openal/ALExtImpl.java
+++ b/src/java/jogamp/openal/ALExtImpl.java
@@ -1,12 +1,5 @@
package jogamp.openal;
-import com.jogamp.common.nio.Buffers;
-import com.jogamp.openal.ALException;
-import com.jogamp.openal.ALCdevice;
-import java.io.UnsupportedEncodingException;
-import java.nio.ByteBuffer;
-import java.util.ArrayList;
-
/**
* ALExt implementation.
*/