aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-07-09 21:03:19 +0200
committerSven Gothel <[email protected]>2023-07-09 21:03:19 +0200
commit6f93f6408e336049774d417e59b418d1a9578cdc (patch)
treef397c5adf5d99a38134e22b32a33b7049f1325c7 /make/config
parent224d417f502f5f93f617c5b387620fdabdc91f2d (diff)
GlueGen cfg files: Remove now unused import java.security.AccessController
Diffstat (limited to 'make/config')
-rw-r--r--make/config/joal-alc.cfg1
-rw-r--r--make/config/joal-alext.cfg1
-rw-r--r--make/config/joal.cfg1
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