aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-08-26 07:05:55 +0200
committerSven Gothel <[email protected]>2013-08-26 07:05:55 +0200
commitc8412fdfa06d22dbdd73821c62c1cd567f0dd8fb (patch)
treef6458c4fa93abaa0746f27964ac488be0750d378 /src/java/com
parent309776f16a898b10091cc705e0f31fe21db09f63 (diff)
ALFactory: Remove unused imports
Diffstat (limited to 'src/java/com')
-rw-r--r--src/java/com/jogamp/openal/ALFactory.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/java/com/jogamp/openal/ALFactory.java b/src/java/com/jogamp/openal/ALFactory.java
index b365cd8..f9cb1f4 100644
--- a/src/java/com/jogamp/openal/ALFactory.java
+++ b/src/java/com/jogamp/openal/ALFactory.java
@@ -33,9 +33,6 @@
package com.jogamp.openal;
-import java.security.AccessController;
-import java.security.PrivilegedAction;
-
import jogamp.openal.ALCImpl;
import jogamp.openal.ALExtImpl;
import jogamp.openal.ALImpl;