aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-07-09 14:51:44 +0200
committerSven Gothel <[email protected]>2023-07-09 14:51:44 +0200
commita1312ed74545eff208ed560a0989523a89dde3e9 (patch)
tree26510c410262a11065520a1a3f8905573639dcfb
parentf0ac928d212f74a2a422af2e89ec930c7b42e224 (diff)
ALExtImpl: Remove unused imports
-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.
*/