diff options
author | Sven Gothel <[email protected]> | 2023-07-09 21:03:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-07-09 21:03:19 +0200 |
commit | 6f93f6408e336049774d417e59b418d1a9578cdc (patch) | |
tree | f397c5adf5d99a38134e22b32a33b7049f1325c7 | |
parent | 224d417f502f5f93f617c5b387620fdabdc91f2d (diff) |
GlueGen cfg files: Remove now unused import java.security.AccessController
-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 |