diff options
-rw-r--r-- | make/config/joal-alc.cfg | 1 | ||||
-rw-r--r-- | make/config/joal-alext.cfg | 1 | ||||
-rw-r--r-- | make/config/joal.cfg | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/make/config/joal-alc.cfg b/make/config/joal-alc.cfg index efba5a6..fbc9bbd 100644 --- a/make/config/joal-alc.cfg +++ b/make/config/joal-alc.cfg @@ -26,7 +26,6 @@ Import java.io.UnsupportedEncodingException Import java.util.* Import com.jogamp.openal.* Import jogamp.openal.* -Import java.security.AccessController Import java.security.PrivilegedAction # Factor out the OpenAL constants into their own interface diff --git a/make/config/joal-alext.cfg b/make/config/joal-alext.cfg index 39bc50e..12cb51d 100644 --- a/make/config/joal-alext.cfg +++ b/make/config/joal-alext.cfg @@ -35,7 +35,6 @@ Import java.io.UnsupportedEncodingException Import java.util.* Import com.jogamp.openal.* Import jogamp.openal.* -Import java.security.AccessController Import java.security.PrivilegedAction # Factor out the OpenAL constants into their own interface diff --git a/make/config/joal.cfg b/make/config/joal.cfg index f553e9a..2e4d1fc 100644 --- a/make/config/joal.cfg +++ b/make/config/joal.cfg @@ -26,7 +26,6 @@ LibraryOnLoad joal Import com.jogamp.openal.* Import jogamp.openal.* -Import java.security.AccessController Import java.security.PrivilegedAction # Factor out the OpenAL constants into their own interface |