diff options
author | Carsten Weisse <[email protected]> | 2007-05-06 19:54:35 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2007-05-06 19:54:35 +0000 |
commit | 0a07072749ad2d29316317a2162917f9f657d0e9 (patch) | |
tree | 65f0b31bc36f47a9d5fe1c1cf5c6db334bca1d0e /src/net/java/games | |
parent | f5791fb7d12b07e9648cd525761bea018664a2a9 (diff) |
bugfix: remove the wrong library loading, joal_native is the right library name
but this library loading is never needed because EAXFactory does this job
Diffstat (limited to 'src/net/java/games')
-rw-r--r-- | src/net/java/games/joal/eax/EAX.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/java/games/joal/eax/EAX.java b/src/net/java/games/joal/eax/EAX.java index 72c7cbf..2eb510d 100644 --- a/src/net/java/games/joal/eax/EAX.java +++ b/src/net/java/games/joal/eax/EAX.java @@ -41,10 +41,6 @@ import java.nio.Buffer; * */ public class EAX implements EAXConstants { - static { - System.loadLibrary("joal"); - } - public static final int SOURCE = 0; public static final int LISTENER = 1; |