From 0a07072749ad2d29316317a2162917f9f657d0e9 Mon Sep 17 00:00:00 2001 From: Carsten Weisse Date: Sun, 6 May 2007 19:54:35 +0000 Subject: 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 --- src/net/java/games/joal/eax/EAX.java | 4 ---- 1 file changed, 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; -- cgit v1.2.3